Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 675 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 675 Bytes

DLL Manul Mapping via IAT Hooking

Simple DLL Manual Mapper that uses frequently used iat functions to execute shellcode. Program doesn't create any threads.

IAT DLL Injector

Process

  • Gets address of TranslateMessage
  • Replaces address of hooked function with shellcode
  • Maps DLL into the remote process's memory
  • Writes back address of hooked function

Usage

  • Open executable normally.
  • pass arguments via command line. (injector64.exe )

You can use Kernel Mode DLL Injector for similiar and extended program.