• Stars
    star
    305
  • Rank 131,880 (Top 3 %)
  • Language
    C++
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple C++ DLL Manual Map Injector For x86 and x64

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