diff options
author | van Hauser <vh@thc.org> | 2024-05-17 23:55:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 23:55:55 +0200 |
commit | e7d871c8bf64962a658e447b90a1a3b43aaddc28 (patch) | |
tree | 7aec2a095a30ed609ce96f85ec3c4e0a8b8eb74c /instrumentation/afl-llvm-common.h | |
parent | 497f341eac230fab13d6b5c5153c36321371b180 (diff) | |
parent | 56d5aa3101945e81519a3fac8783d0d8fad82779 (diff) | |
download | afl++-e7d871c8bf64962a658e447b90a1a3b43aaddc28.tar.gz |
Merge pull request #2093 from AFLplusplus/dev
push to stable
Diffstat (limited to 'instrumentation/afl-llvm-common.h')
-rw-r--r-- | instrumentation/afl-llvm-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instrumentation/afl-llvm-common.h b/instrumentation/afl-llvm-common.h index 23f67179..6b628d64 100644 --- a/instrumentation/afl-llvm-common.h +++ b/instrumentation/afl-llvm-common.h @@ -55,6 +55,7 @@ void initInstrumentList(); bool isInInstrumentList(llvm::Function *F, std::string Filename); unsigned long long int calculateCollisions(uint32_t edges); void scanForDangerousFunctions(llvm::Module *M); +unsigned int calcCyclomaticComplexity(llvm::Function *F); #ifndef IS_EXTERN #define IS_EXTERN |