FRET-LibAFL/fuzzers/tinyinst_simple
Andrea Fioraldi 0f633962ff
Bump to 0.10.0 (#1156)
* Bump to 0.10.0

* fix

* Fix CI

* Fix copyright

* fmt

---------

Co-authored-by: Dominik Maier <domenukk@gmail.com>
Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
2023-04-05 17:49:53 +02:00
..
2023-01-23 11:11:53 +01:00
2023-01-23 11:11:53 +01:00
2023-04-05 17:49:53 +02:00
2023-01-23 11:11:53 +01:00
2023-01-23 11:11:53 +01:00

Tinyinst example

This is a fuzzer example to show how libafl_tinyinst works

How to build

  1. Build the harness with cl test\test.cpp -o test.exe
  2. Build the fuzzer with cargo build --release. The fuzzer is target\release\tinyinst_simple.exe

Run with cargo-make

Or, you can simple run it using cargo-make

  1. Open up developer powershell so that you have access to cl (Windows Default Compiler)
  2. Run cargo make run to run the fuzzer