FFI to TinyInst. Created for LibAFL.
- Visual Studio 2022
- cxxbridge
- cargo-make
- python3
- git
- Open a terminal and set up your build environment (e.g. On Windows, run Developer Powershell / Developer CMD/ vcvars64.bat / vcvars32.bat)
- Run
cargo make build_testto build the test binary - Run
cargo testto run the test
CUSTOM_TINYINST_GENERATOR = Generator used for cmake -G flag
CUSTOM_TINYINST_DIR = path to local Tinyinst repo
CUSTOM_TINYINST_NO_BUILD = if set, it won't build Tinyinst everytime. Useful when paired with CUSTOM_TINYINST_DIR