Dominik Maier 4b99c69e51
Move fuzzers around some more (#2566)
* Move fuzzers around some more

* back to baby

* this was missing..

* shuffeling shuffeling

* shuffeling

* md

* cleanup

* oops

* Move foldername to underscore

* more doc
2024-09-27 18:14:13 +02:00

529 B

Tinyinst example

This is a fuzzer example to show how libafl_tinyinst works.

How to build

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

Run with cargo-make

Or, you can simply run it using cargo-make

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