Skip to content

IAT Hooking Example In C++ Targeted Towards The Windows Notepad Application

Notifications You must be signed in to change notification settings

JustCabbage/IATHooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IATHooking MIT license

What is this

This is an implementation of IAT Hooking which hooks functions through the Import Address Table. Currently this is targeted towards the windows Notepad application and currently hooks two functions CreateFileW and ReadFile however is adaptable to hook any imported functions for most windows PE applications.

Usage

The project uses cmake as its build system, and will output a DLL file which can be injected into the target application. This can be done using any available DLL injector.

Credits

About

IAT Hooking Example In C++ Targeted Towards The Windows Notepad Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published