mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 20:28:08 +00:00
LLVM cmplog factoring custom Instruction iterator with added restriction
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
#include <optional>
|
||||
#include <type_traits>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "llvm/Config/llvm-config.h"
|
||||
@ -53,6 +54,7 @@ void initInstrumentList();
|
||||
bool isInInstrumentList(llvm::Function *F, std::string Filename);
|
||||
unsigned long long int calculateCollisions(uint32_t edges);
|
||||
void scanForDangerousFunctions(llvm::Module *M);
|
||||
template<class Iterator> Iterator Unique(Iterator, Iterator);
|
||||
|
||||
#ifndef IS_EXTERN
|
||||
#define IS_EXTERN
|
||||
|
Reference in New Issue
Block a user