Skip to content

pcwizz/nova_fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nova_fuzz

A harness for running Fuzzilli against Nova.

Building

For the fuzzer to work effectively we need instrumentation to be built into all dependencies. We also need to link in Fuzzilli's implementation of this instrumentation as apposed to using libFuzzer or AFL.

gcc -c src/coverage.c -o coverage.o
export RUSTFLAGS="-C passes=sancov-module -C llvm-args=-sanitizer-coverage-level=1 -C llvm-args=-sanitizer-coverage-trace-pc-guard -C link-arg=$(pwd)/coverage.o"
cargo build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors