├── .gitignore ├── LICENSE ├── README.md ├── dll.cpp └── injectAll.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nyx0/DLL-Inj3cti0n/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nyx0/DLL-Inj3cti0n/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nyx0/DLL-Inj3cti0n/HEAD/README.md -------------------------------------------------------------------------------- /dll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nyx0/DLL-Inj3cti0n/HEAD/dll.cpp -------------------------------------------------------------------------------- /injectAll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nyx0/DLL-Inj3cti0n/HEAD/injectAll.c --------------------------------------------------------------------------------