function of kLibrariesToIgnoreForInterception #657
-
I have not been able to get this to work for my scenario, and the ExampleFuzzerWithASan (crashing on line 216 here) so I also haven't been able to test it (probably an error with something I'm doing). My only question is what the functionality of this list. kLibrariesToIgnoreForInterception in file src/main/native/com/code_intelligence/jazzer/driver/libfuzzer_callbacks.cpp is? Does this only block libfuzzer callbacks? Or can this also be used to block recording edge coverage (from CoverageMap.recordCoverage) too? |
Beta Was this translation helpful? Give feedback.
Answered by
TheCoryBarker
Mar 10, 2023
Replies: 1 comment
-
nevermind |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheCoryBarker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nevermind