iamjimyes / IAT_patcher

Persistent IAT hooking application - based on bearparser. More: http://hasherezade.github.io/IAT_patcher/

Home Page:http://hasherezade.github.io/IAT_patcher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IAT patcher

Build status

Persistent IAT hooking application.
Read more: http://hasherezade.github.io/IAT_patcher/

Please report any bugs and remarks to: hasherezade@gmail.com

Requires:

Autobuild:

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/master/iatp_autobuild.sh
Just run it and it will do everything for you!

Manual build:

To have more control on the process of building, you can also build IAT Patcher manualy, by following several simple steps:

1. Fetch sources:

Use recursive clone to get the repo together with the submodule:

git clone --recursive https://github.com/hasherezade/IAT_patcher.git

2. Build (Linux example):

NOTE: The same source should compile on Windows without problems, only generator (cmake -G ...) will be different

After you clone the repository with sources, create a new directory for the build:

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

About

Persistent IAT hooking application - based on bearparser. More: http://hasherezade.github.io/IAT_patcher/

http://hasherezade.github.io/IAT_patcher/

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 93.1%Language:Assembly 3.0%Language:CMake 2.4%Language:C 0.7%Language:Shell 0.7%