Skip to content

InjectDLL v1.0

Latest
Compare
Choose a tag to compare
@diversenok diversenok released this 16 Apr 00:17
· 1 commit to master since this release

InjectDLL is a simple yet reliable DLL injector that understands process names and relative paths, prints the reasons for failures, prevents deadlocks, and works against Native, Win32, and WoW64 processes.

Under the hood, it uses a small shellcode that invokes LdrLoadDll on a remote thread and then forwards the result back to the caller,

Note:

  • The tool understands command-line parameters if they are supplied in the same order as when typing them interactively.