Coder Social home page Coder Social logo

iamjimyes / iat_patcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hasherezade/iat_patcher

0.0 2.0 0.0 614 KB

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

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

License: BSD 2-Clause "Simplified" License

CMake 2.41% Shell 0.70% C++ 93.13% C 0.74% Assembly 3.02%

iat_patcher's Introduction

IAT patcher

Build status

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

Please report any bugs and remarks to: [email protected]

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

iat_patcher's People

Contributors

hasherezade avatar iamjimyes avatar malwarezone avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.