Simple C++ DLL Manual Map Injector For x86 and x64
378
stars
82
forks
source link
Simple Manual Map Injector
- Supports x86 and x64 (Compiling depending the targets)
- Supports x64 exceptions (SEH) (only /EHa and /EHc)
- Release & Debug
- Removes PE Header and some sections (Configurable)
- Configurable DllMain params (default DLL_PROCESS_ATTACH)
- Add sections protections (Configurable)
Usage
- Injector_path.exe dll_path [process_name]
Devs