Skip to content

This repository contains a proof-of-concept (PoC) project for the IAT-Hooking technique. You can use it to understand how to implement the technique or customize it to suit your needs.

License

Notifications You must be signed in to change notification settings

Nafergan/IAT-Hooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✯ IAT-Hooking ✯

Project goal: Hijack the CreateFileA function to run MessageBoxA.

In this project you can find an implementation of the IAT-Hooking technique in order to cause the CreateFileA function to run a Message Box function that will display a message on the screen: "CreateFileA hooked successfully!".

The repo contains two general files: main.cpp and hook.cpp. In the main file you can find the general functionality for running the program for reading content from a file using WinApi functions.

In the hook file you can find the algorithm of the function that executes the hook and the hook function.

⚜ Acknowledgements ⚜

๑ Demo ๑

Demo

About

This repository contains a proof-of-concept (PoC) project for the IAT-Hooking technique. You can use it to understand how to implement the technique or customize it to suit your needs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published