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

@ -4,6 +4,11 @@
#ifndef UNICORN_ARCH_POSTFIX
#define UNICORN_ARCH_POSTFIX _x86_64
#endif
#define afl_forkserver_start afl_forkserver_start_x86_64
#define helper_afl_maybe_log helper_afl_maybe_log_x86_64
#define helper_afl_compcov_log_16 helper_afl_compcov_log_16_x86_64
#define helper_afl_compcov_log_32 helper_afl_compcov_log_32_x86_64
#define helper_afl_compcov_log_64 helper_afl_compcov_log_64_x86_64
#define use_idiv_instructions use_idiv_instructions_x86_64
#define arm_arch arm_arch_x86_64
#define tb_target_set_jmp_target tb_target_set_jmp_target_x86_64