Skip to content

rft0/iat-dll-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.