Remove AFL Integration by reverting

This commit is contained in:
lazymio
2021-10-26 11:22:21 +02:00
parent 7ac7c23c12
commit e695686c15
56 changed files with 46 additions and 2580 deletions

View File

@ -29,10 +29,6 @@
#include "exec/helper-proto.h"
#include "exec/helper-gen.h"
#ifdef UNICORN_HAS_AFL
#include "afl/afl-tcg-op-inl.h"
#endif
static inline void gen_uc_tracecode(TCGContext *tcg_ctx, int32_t size, int32_t type, void *uc, uint64_t pc)
{
TCGv_i32 tsize = tcg_const_i32(tcg_ctx, size);