dmarov / memhax

0 stars 4 forks source link

MemHax

This repository is a collection of hacks and utils for reverse engineering program memory source code divided into .\projects\ and .\src

How to work using any text editor

install msvc 2019 enterprise or community

install ninja build system

choco install ninja

install package manager for C++

cd memhax
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat

install dependencies

.\vcpkg\vcpkg.exe install
    boost:x64-windows-static
    boost:x86-windows-static

then refer to specific README in .\projects{{project_name}}\README.md

Backlog