unicorn/include
bulaza 14222bd5f0 Update UC_HOOK_MEM_VALID (#837)
* Update UC_HOOK_MEM_VALID

UC_HOOK_MEM_READ fires before handlers for invalid memory reads, so UC_HOOK_MEM_VALID would technically also be receiving invalid memory reads. Switching to UC_HOOK_MEM_READ_AFTER ensures that only actually valid reads are hooked

* Removed macro change, added comment

Removed the macro change, but added a clarifying comment. May submit a future PR with a new macro added

* Update unicorn.h

will -> may

* Update unicorn.h
2017-05-18 08:12:46 +07:00
..
unicorn Update UC_HOOK_MEM_VALID (#837) 2017-05-18 08:12:46 +07:00
list.h platform.h move #3 2017-01-21 00:13:21 +11:00
qemu.h remove mutex code 2017-01-20 15:44:03 +08:00
uc_priv.h Adding INSN hook checks for x86 (#833) 2017-05-14 00:16:17 +07:00