LibAFL icon indicating copy to clipboard operation
LibAFL copied to clipboard

introduce multicore load initial corpus

Open R9295 opened this issue 1 year ago • 0 comments

implements and closes #1746 I ended up implementing a multicore version unlike what I wrote in the issue. It traverses the corpus entries twice (at most), which is inefficient but is probably the simplest implementation I could think of.

to test:

cd fuzzers/libfuzzer_libpng_norestart
RUST_LOG="debug" LIBAFL_DEBUG_OUTPUT=1 ./fuzzer_libpng --cores 1,2 --input seeds > debug
cat debug

R9295 avatar Mar 04 '24 08:03 R9295