Skip to content

Open and generic Anti-Anti Reversing Framework. Works in 32 and 64 bits.

Notifications You must be signed in to change notification settings

eschweiler/ProReversing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProReversing Framework

This project gathers anti-anti-reversing techniques into an open library. The resulting DLL can be easily incorporated into all reverse engineering tools. It works under

  • Windows XP 32 bits
  • Windows Vista 32 bits
  • Windows 7 32 bits
  • Windows Vista 64 bits
  • Windows 7 64 bits

For more information, see my blog.

Build Prerequisites

  • Install the Boost library. Make sure to install it with runtime-link=static!
  • Create an environment variable called BOOSTDIR and make it point to the installed Boost library.
  • In order to run the tests successfully, install the Google C++ Testing Framework.
  • Create an environment variable called GTESTDIR pointing to the googletest directory.
  • If you want to execute the injection test, you will have to download the Dll-Injector project. If not, comment it out.

About

Open and generic Anti-Anti Reversing Framework. Works in 32 and 64 bits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published