Initial import unicornafl

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

View File

@@ -32,6 +32,10 @@
#include <uc_priv.h>
#ifdef UNICORN_HAS_AFL
#include "afl/afl-tcg-runtime-inl.h"
#endif
/* 32-bit helpers */
int32_t HELPER(div_i32)(int32_t arg1, int32_t arg2)