Skip to content

Comparison of Fuzzing with Binary Instrumentation vs Source Instrumentation

Notifications You must be signed in to change notification settings

jchoi2022/Bin-vs-Src-Instrument

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comparison of Fuzzing With Binary vs. Source Instrumentation

Compare the performance of afl-gcc instrumentation, afl-clang-fast (a.k.a llvm_mode) instrumentation, and QEMU instrumentation. Used AFL-2.56b as a fuzzer, and three binutils programs (nm, readelf, size) as targets.

echo core | sudo tee /proc/sys/kernel/core_pattern
docker build -t comparison -f Dockerfile .
docker run --rm -it comparison
./run_all.sh

About

Comparison of Fuzzing with Binary Instrumentation vs Source Instrumentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published