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:
van Hauser
2020-08-12 16:06:30 +02:00
parent b38837f4ff
commit 7a6867e2f8
13 changed files with 317 additions and 317 deletions

View File

@ -297,6 +297,7 @@ bool AFLCoverage::runOnModule(Module &M) {
/* Instrument all the things! */
int inst_blocks = 0;
scanForDangerousFunctions(&M);
for (auto &F : M) {