Initial import unicornafl

This commit is contained in:
lazymio
2021-10-25 00:51:16 +02:00
parent 91451aa2f5
commit dd7476a9bd
42 changed files with 2269 additions and 1 deletions

View File

@ -29,6 +29,10 @@
#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);