Home

Awesome

StochFuzz-data

The experiment data of StochFuzz 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).