How define own guards in/for SanitizerCoverage to prodive coverage for libfuzzer

107 views Asked by At

i am using Clion 2020.3.1, and clang/llvm version 10.0.0

i want to direct libfuzzer to a specific code coverage. So i can define my own edges or decide which code is necessary to obtain. Right now libfuzzer just counts the edges (?) or codes lines he obtains during the fuzzing.

0

There are 0 answers