• Stars
    star
    360
  • Rank 118,230 (Top 3 %)
  • Language
    C++
  • License
    MIT License
  • Created about 4 years ago
  • Updated almost 3 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