
* print sender id * storing sender id to env * executor in llmp handle_in_client * compile the lib * compiling generic_inmemory * fix forkserver * adapt from fuzzers * instrospection fix * exitkind in NewTestcase * fix libafl_frida * fix firda_libpng * send conf with Newtestcase event * bump to 0.4.0 * no_std fix * fmt * fix libfuzzer_libmozjpeg Co-authored-by: Dominik Maier <domenukk@gmail.com>
Baby fuzzer
This is a minimalistic example about how to create a libafl based fuzzer.
It runs on a single core until a crash occurs and then exits.
The tested program is a simple Rust function without any instrumentation.