
Co-authored-by: Dominik Maier <domenukk@gmail.com> Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
Tinyinst example
This is a fuzzer example to show how libafl_tinyinst works.
How to build
- Install cxxbridge-cmd with
cargo install cxxbridge-cmd
- Build the harness with
cl test\test.cpp -o test.exe
- Build the fuzzer with
cargo build --release
. The fuzzer istarget\release\tinyinst_simple.exe
Run with just
Or, you can simply run it using just
- If on Windows, open up a developer powershell so that you have access to cl (Windows Default Compiler)
- Run
just run
to run the fuzzer