unicorn/qemu/target-i386
2016-01-12 01:01:11 +08:00
..
arch_memory_mapping.c
cc_helper.c x86: properly calculate EFLAGS when UC_HOOK_CODE is used. this should fix issue #246 2015-11-05 20:26:39 +08:00
cc_helper_template.h
cpu-qom.h
cpu.c handle some errors properly so avoid exit() during initialization. this fixes issue #237 2015-11-12 01:43:41 +08:00
cpu.h x86: properly calculate EFLAGS when UC_HOOK_CODE is used. this should fix issue #246 2015-11-05 20:26:39 +08:00
excp_helper.c
fpu_helper.c removed ifdef for x64 in fpu saving 2015-08-30 19:39:46 -07:00
helper.c x86: fix a compilation warning on unused variable 2015-12-28 13:06:25 +08:00
helper.h (Fix #341) SYSENTER instruction is not properly hooked with uc_hook_add in x86 emulation. 2015-12-24 16:00:22 +01:00
int_helper.c
Makefile.objs
mem_helper.c
misc_helper.c
ops_sse.h
ops_sse_header.h
seg_helper.c (Fix #341) SYSENTER instruction is not properly hooked with uc_hook_add in x86 emulation. 2015-12-24 16:00:22 +01:00
shift_helper_template.h
smm_helper.c
svm.h
svm_helper.c
TODO
topology.h
translate.c x86: set s->pc in disas_insn() early to fix uninitialized read issue. bug reported by @farmdve 2016-01-03 08:25:51 +07:00
unicorn.c x86: no need to reset env->invalid_error in x86_reg_reset() as we always do that in cpu_exec() 2016-01-12 01:01:11 +08:00
unicorn.h