mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 04:58:08 +00:00
split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, skipping ctor+ifunc functions for all llvm, code-format
This commit is contained in:
@ -297,6 +297,7 @@ bool AFLCoverage::runOnModule(Module &M) {
|
||||
/* Instrument all the things! */
|
||||
|
||||
int inst_blocks = 0;
|
||||
scanForDangerousFunctions(&M);
|
||||
|
||||
for (auto &F : M) {
|
||||
|
||||
|
Reference in New Issue
Block a user