Skip to content

Fuzzbench libfuzzer coverage runner (clang source-based coverage) but with the latest libfuzzer

Notifications You must be signed in to change notification settings

R9295/libfuzzer-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: compared to fuzzbench, use -print-coverage NOT -dump-coverage  
NOTE: it will still use clang source based coverage under the hood, so it must be compiled with -fprofile-instr-generate', '-fcoverage-mapping', '-gline-tables-only

./runner -print_coverage=1 -timeout=1 -fork=1 -ignore_timeouts=1 -ignore_crashes=1 -rss_limit_mb=2048 -runs=0 <my_corpus>
cat default.profraw

About

Fuzzbench libfuzzer coverage runner (clang source-based coverage) but with the latest libfuzzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published