This small project is a toolkit for detecting memory anomalies (such as injections). The main feature here is ability to process long 64 bit pointers even from 32 bit application (“Heaven’s Gate” trick is used here). Toolkit supports both X86 and X64 operating systems as well as both bitnesses for resulting binaries.
To build the project you need to install CMake, Visual Studio 2015 or newer and uasm. Batch file in root of repo builds assembly code, cmake generates project for IDE (and can build solution using it) and allows you to test result.
Vista and newer system are supported (both X86 and X64), both binary architectures are supported for building the project.