unicorn/samples
Nguyen Anh Quynh 90eb8f2e72 This commit continues the PR #111
- 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
2015-09-24 14:18:02 +08:00
..
Makefile Merge remote-tracking branch 'upstream/master' 2015-09-04 10:27:33 -07:00
mem_apis.c This commit continues the PR #111 2015-09-24 14:18:02 +08:00
sample_all.sh samples: cleanup & put mem_apis into sample_all.sh 2015-09-05 09:42:47 +08:00
sample_arm.c samples: remove (uint8_t*) casts to mem API calls 2015-09-07 13:09:05 -04:00
sample_arm64.c samples: remove (uint8_t*) casts to mem API calls 2015-09-07 13:09:05 -04:00
sample_m68k.c samples: remove (uint8_t*) casts to mem API calls 2015-09-07 13:09:05 -04:00
sample_mips.c samples: remove (uint8_t*) casts to mem API calls 2015-09-07 13:09:05 -04:00
sample_sparc.c sparc: do not accept BIGENDIAN mode in samples. more sanity check should be done in the core 2015-09-11 14:02:27 +08:00
sample_x86.c This commit continues the PR #111 2015-09-24 14:18:02 +08:00
shellcode.c samples: remove (uint8_t*) casts to mem API calls 2015-09-07 13:09:05 -04:00