8000 GitHub - Wannabe99/IAT_patcher at qt4
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Wannabe99/IAT_patcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAT patcher

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/qt4/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:

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

Videotutorial: asciicast

About

Persistent IAT hooking application - based on bearparser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.0%
  • Assembly 2.7%
  • CMake 2.7%
  • Other 1.6%
0