mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-10 13:54:53 +00:00
- Allow to register handler separately for invalid memory access - Add new memory events for hooking: - UC_MEM_READ_INVALID, UC_MEM_WRITE_INVALID, UC_MEM_FETCH_INVALID - UC_HOOK_MEM_READ_PROT, UC_HOOK_MEM_WRITE_PROT, UC_HOOK_MEM_FETCH_PROT - Rename UC_ERR_EXEC_PROT to UC_ERR_FETCH_PROT - Change API uc_hook_add() so event type @type can be combined from hooking types |
||
|---|---|---|
| .. | ||
| Makefile | ||
| mem_apis.c | ||
| sample_all.sh | ||
| sample_arm.c | ||
| sample_arm64.c | ||
| sample_m68k.c | ||
| sample_mips.c | ||
| sample_sparc.c | ||
| sample_x86.c | ||
| shellcode.c | ||