GamrayW / EAT_hooking

Proof of concept of EAT hooking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EAT_hooking

Proof of concept of EAT hooking.

Consist of a simple C program that will change it's Export Table to modify the address of the function LoadLibraryA.

Compilation

$ gcc EAT_hook.c -o EAT_hook.exe

Example:

About

Proof of concept of EAT hooking.


Languages

Language:C 100.0%