Awesome
StochFuzz-data
The experiment data of StochFuzz paper
O2
: The experiments using the normal Google FTSO2_crash
: The time-to-discovery experiment using the normal Google FTSinline
: The experiments using the crafted Google FTS with data forcely inliningijon
: The IJON experimentretrowrite
: The experiment using the fuzzing benchmark from RetroWrite paper
Under each working directory (e.g., O2/freetype2-2017/), there are multiple subdirectories named with the result_
prefix. These subdirectories are the fuzzing metadata.
Programs named with the .normal
suffix are the target stripped binaries. Similarly, programs named with .afl
and .afl.clang
suffixes are compiled by afl-gcc and afl-clang-fast, respectively.
Note that under the inline
directory, all the programs are compiled with data forcely inlined (i.e., compiled with .rodata section and .text section interleaved).