unicorn/include/unicorn
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
..
arm.h merge msvc with master 2017-02-24 10:39:36 +08:00
arm64.h Aarch64 add thread registers (#834) 2017-05-14 14:42:49 +07:00
m68k.h cleanup include/unicorn/*.h 2017-01-22 06:02:07 +08:00
mips.h Automated leading tab to spaces conversion. 2017-01-21 12:28:22 +11:00
platform.h MSVC port (vardyh) (#746) 2017-02-07 21:31:35 +08:00
sparc.h cleanup include/unicorn/*.h 2017-01-22 06:02:07 +08:00
unicorn.h Update UC_HOOK_MEM_VALID (#837) 2017-05-18 08:12:46 +07:00
x86.h fix merge conflicts 2017-03-10 21:04:33 +08:00