How to handle indirect calls in LTO mode? #2078
Unanswered
iorra-cifer
asked this question in
Q&A
Replies: 1 comment
-
We are not instrumenting calls except in ctx mode. In ctx we instrument calls but not indirect ones |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am a beginner. I would like to know how AFL++'s LTO mode handles introduction calls?
I saw in the SanitizerCoverageLTO.so.cc file that
SanCovTracePCIndir = M.getOrInsertFunction(SanCovTracePCIndirName, VoidTy, IntptrTy);
But I couldn't find the implementation of __ sanitizer_cov_trace_pc_indir.
I also want to know if there is a coverage loss issue with Sanitizer Coverage using LLVM, as it simulates edges by inserting basic blocks.
Beta Was this translation helpful? Give feedback.
All reactions