#fuzzingtips — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fuzzingtips, aggregated by home.social.
-
Just found out #LibAFL launcher can print output of child processes if you set the
LIBAFL_DEBUG_OUTPUT=1env variable.I knew this some time in the past, but forgot..
-
The deprecation of #libfuzzer is a great time to recompile your fuzzing testcases with AFL++'s afl-cc (supports the same testcases!)
and switch your future fuzzer developments to #LibAFL -
For binary-only emulation in #LibAFL qemu, you can now dump DrCov traces to see in #idapro (lighthouse), #binaryninja (bncov), or #ghidra (dragondance) which paths the executions took.
This helps you understand where your fuzzer gets stuck, develop the harness further, and reach greater depth in the binary, eventually.
Binary-only modes of #AFLplusplus ( #qemu / #frida ) and libafl_frida also support DrCov output, already.
#fuzzing #fuzzingTips
https://github.com/AFLplusplus/LibAFL/pull/878