tinyinst-rs
FFI to TinyInst. Created for LibAFL.
Dependencies
- cxxbridge
- cargo-make
- python3
- git
Running the test
- 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_test
to build the test binary - Run
cargo test
to run the test
Optional ENV Variables
CUSTOM_TINYINST_GENERATOR
= Generator used for cmake -G
flag
CUSTOM_TINYINST_PATH
= path to local Tinyinst repo
CUSTOM_TINYINST_NO_BUILD
= if set, it won't build Tinyinst everytime. Useful when paired with CUSTOM_TINYINST_PATH