unicorn/bindings/python/unicorn
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
..
__init__.py improve const generator; emit unicorn.h consts 2015-08-28 07:32:25 -07:00
arm64_const.py improve const generator; emit unicorn.h consts 2015-08-28 07:32:25 -07:00
arm_const.py improve const generator; emit unicorn.h consts 2015-08-28 07:32:25 -07:00
m68k_const.py renamed m68k enum constants 2015-08-23 21:56:24 -07:00
mips_const.py improve const generator; emit unicorn.h consts 2015-08-28 07:32:25 -07:00
sparc_const.py bindings: update Sparc registers after the last core change 2015-09-15 14:17:57 +07:00
unicorn.py This commit continues the PR #111 2015-09-24 14:18:02 +08:00
unicorn_const.py This commit continues the PR #111 2015-09-24 14:18:02 +08:00
x86_const.py x86: add back 2 registers X86_REG_FCW & X86_REG_FPIP 2015-08-24 13:58:52 +08:00