StochFuzz: Sound and Cost-effective Fuzzing of Stripped Binaries by Incremental and Stochastic Rewriting

Zhuo Zhang,Wei You,Guanhong Tao,Yousra Aafer,Xuwei Liu,Xiangyu Zhang
DOI: https://doi.org/10.1109/SP40001.2021.00109
2021-01-01
Abstract:Fuzzing stripped binaries poses many hard challenges as fuzzers require instrumenting binaries to collect runtime feedback for guiding input mutation. However, due to the lack of symbol information, correct instrumentation is difficult on stripped binaries. Existing techniques either rely on hardware and expensive dynamic binary translation engines such as QEMU, or make impractical assumptions suc...
What problem does this paper attempt to address?