Is it possible to tell libfuzzer ignore certain code?

后端 未结 0 739
一个人的身影
一个人的身影 2020-12-23 08:59

I use libfuzzer and it\'s been great experience so far. My code under fuzz is full of branches like this:

bool fuzzingThisFunc() {
  if(!checkSomething()) {
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题