Persistent IAT hooking application.
Read more: http://hasherezade.github.io/IAT_patcher/
Please report any bugs and remarks to: hasherezade@gmail.com
Requires:
- bearparser: https://github.com/hasherezade/bearparser
- Qt SDK (qt-sdk)
- Qt4 Core (libqt4-core)
- Qt4 GUI (libqt4-gui)
- cmake http://www.cmake.org/
To build it on Linux or MacOS you can use the given script - it automatically downloads this repository and all the dependencies:
https://raw.githubusercontent.com/hasherezade/IAT_patcher/qt4/iatp_autobuild.sh
Just run it and it will do everything for you!
To have more control on the process of building, you can also build IAT Patcher manualy, by following several simple steps:
1) Fetch sources:
git clone https://github.com/hasherezade/IAT_patcher.git cd IAT_patcher git clone https://github.com/hasherezade/bearparser.git
2) Build (Linux example):
NOTE: The same source should compile on Windows without problems, only generator (cmake -G ...) will be different
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