supagas
supagas

Reputation: 41

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

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.

Upvotes: 1

Views: 128

Answers (0)

Related Questions