├── .gitignore ├── LICENSE ├── README.md ├── images ├── logo.png └── preview.png └── inject.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrispetrou/Shellcode-Injector/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrispetrou/Shellcode-Injector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrispetrou/Shellcode-Injector/HEAD/README.md -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrispetrou/Shellcode-Injector/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrispetrou/Shellcode-Injector/HEAD/images/preview.png -------------------------------------------------------------------------------- /inject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrispetrou/Shellcode-Injector/HEAD/inject.py --------------------------------------------------------------------------------