├── Makefile ├── README.md ├── getSyscall.h └── injectShellcode.cpp /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnWoodman/stealthInjector/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnWoodman/stealthInjector/HEAD/README.md -------------------------------------------------------------------------------- /getSyscall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnWoodman/stealthInjector/HEAD/getSyscall.h -------------------------------------------------------------------------------- /injectShellcode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnWoodman/stealthInjector/HEAD/injectShellcode.cpp --------------------------------------------------------------------------------