Skip to content

hasherezade/IAT_patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAT patcher

Persistent IAT hooking application.
Site: http://hasherezade.net/IAT_patcher

WARNING: this is an early beta version, some elements are unfinished!
Please report any bugs and remarks to: [email protected]

Requires:

Before build - download bearparser source into bearparser directory
From main directory:

git clone https://github.com/hasherezade/bearparser.git

How to fetch complete source:

git clone https://github.com/hasherezade/IAT_patcher.git
cd IAT_patcher
git clone https://github.com/hasherezade/bearparser.git

How to build (Linux example):

If you are in directory IAT_patcher, go up:

cd ../

and then:

mkdir build
cd build
cmake -G [enviroment of your choice] ../IAT_patcher/
i. e
cmake -G "CodeBlocks - Unix Makefiles" ../IAT_patcher/
make

...the application is here:

../build/patcher/IAT_Patcher