Dominik Maier 01a98bf8fd
Example how to build baby-fuzzer as push instead of pull, using Klo-routines (#227)
* iyielding fuzzer

* fixed klo example

* docu, naming

* more readme
2021-09-25 22:54:46 +02:00

7 lines
442 B
Markdown

# Klo-based Fuzzer with Push Harness
*Linux only*
This is a minimalistic example create a fuzzer for Linux that pulls data out of LibAFL, instead of being called by it repeatedly.
Use this only if there is absolutely no way to have a traditional harness function that gets called, but the target *needs* to call the fuzzer, instead.
This technique comes at some runtime overhead, and you should very likely not need it for everyday fuzzing.