
* tmp * more * save * TODO * fix * update to tinyinst on crates * dep * fmt * shmem done * cpp fmt * clp * fmt * why?? * ver * more makefile.toml * windows test * Update build_and_test.yml * fix * a * install * fmt * fix * only macos and win * more * The order matters * remove * fmt * chg * typo Co-authored-by: Andrea Fioraldi <andreafioraldi@gmail.com>
450 B
450 B
Tinyinst example
This is a fuzzer example to show how libafl_tinyinst works
How to build
- 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 cargo-make
Or, you can simple run it using cargo-make
- Open up developer powershell so that you have access to cl (Windows Default Compiler)
- Run
cargo make run
to run the fuzzer