azerg / Remote_DLL_Injector

Stealth DLL injector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote Stealth DLL Injector

C++ DLL Injector. Might bypass smth ( old codes from 2012 :D ).

todo:

  • injected dll might use c++ exceptions.
  • fill caves between injected dll's sections with random bytes
  • x64 support lol

Usage

Sample code ships with dummy InjectorUI.

UI:

  • Process name - executable name ( e.g. targetApp.exe )

Options:

  • remove PE-header - cleans PE-header after injection to preserve memory-scan detection
  • random head\random tail - adds extra random bytes to the beginning\end of injected module
  • remove extra sections - clears ".rsrc" & ".relocs" sections after injection
  • inject with local dll - Appending our dll-to-inject codes to a dummy (100% clean) dll. After injection, stub will execute our dll. Dummy dll is used to bypass analysis of injected executable if exists.

About

Stealth DLL injector

License:MIT License


Languages

Language:C++ 61.7%Language:Objective-C 30.1%Language:CMake 4.4%Language:C 3.7%Language:Batchfile 0.1%