unicorn/bindings/java/unicorn
Nguyen Anh Quynh 9e64cba6ec Rename some hook related enums:
- UC_ERR_READ_INVALID -> UC_ERR_READ_UNMAPPED
 - UC_ERR_WRITE_INVALID -> UC_ERR_WRITE_UNMAPPED
 - UC_ERR_FETCH_INVALID -> UC_ERR_FETCH_UNMAPPED
 - UC_MEM_READ_INVALID -> UC_MEM_READ_UNMAPPED
 - UC_MEM_WRITE_INVALID -> UC_MEM_WRITE_UNMAPPED
 - UC_MEM_FETCH_INVALID -> UC_MEM_FETCH_UNMAPPED
 - UC_HOOK_MEM_READ_INVALID -> UC_HOOK_MEM_READ_UNMAPPED
 - UC_HOOK_MEM_WRITE_INVALID -> UC_HOOK_MEM_WRITE_UNMAPPED
 - UC_HOOK_MEM_FETCH_INVALID -> UC_HOOK_MEM_FETCH_UNMAPPED
 - UC_HOOK_MEM_INVALID -> UC_HOOK_MEM_UNMAPPED

This also renames some newly added macros to use _INVALID postfix:

 - UC_HOOK_MEM_READ_ERR -> UC_HOOK_MEM_READ_INVALID
 - UC_HOOK_MEM_WRITE_ERR -> UC_HOOK_MEM_WRITE_INVALID
 - UC_HOOK_MEM_FETCH_ERR -> UC_HOOK_MEM_FETCH_INVALID
 - UC_HOOK_MEM_ERR -> UC_HOOK_MEM_INVALID

Fixed all the bindings Java, Go & Python.
2015-09-30 14:46:55 +08:00
..
Arm64Const.java First pass of const_generator still requires manual tweak of UC_MODE_BIG_ENDIAN 2015-08-28 19:43:45 -07:00
ArmConst.java First pass of const_generator still requires manual tweak of UC_MODE_BIG_ENDIAN 2015-08-28 19:43:45 -07:00
BlockHook.java remove executable bit from mode of source files 2015-08-26 05:34:31 -04:00
CodeHook.java remove executable bit from mode of source files 2015-08-26 05:34:31 -04:00
EventMemHook.java update java bindings for new memory event hooking constants 2015-09-24 04:33:02 -07:00
Hook.java remove executable bit from mode of source files 2015-08-26 05:34:31 -04:00
InHook.java remove executable bit from mode of source files 2015-08-26 05:34:31 -04:00
InterruptHook.java remove executable bit from mode of source files 2015-08-26 05:34:31 -04:00
M68kConst.java First pass of const_generator still requires manual tweak of UC_MODE_BIG_ENDIAN 2015-08-28 19:43:45 -07:00
MemHook.java file permissions 2015-09-24 09:47:06 -07:00
MipsConst.java First pass of const_generator still requires manual tweak of UC_MODE_BIG_ENDIAN 2015-08-28 19:43:45 -07:00
OutHook.java remove executable bit from mode of source files 2015-08-26 05:34:31 -04:00
ReadHook.java remove executable bit from mode of source files 2015-08-26 05:34:31 -04:00
SparcConst.java bindings: update Sparc registers after the last core change 2015-09-15 14:17:57 +07:00
SyscallHook.java remove executable bit from mode of source files 2015-08-26 05:34:31 -04:00
Unicorn.java Rename some hook related enums: 2015-09-30 14:46:55 +08:00
UnicornConst.java Rename some hook related enums: 2015-09-30 14:46:55 +08:00
UnicornErrors.java Rename some hook related enums: 2015-09-30 14:46:55 +08:00
UnicornException.java remove executable bit from mode of source files 2015-08-26 05:34:31 -04:00
WriteHook.java remove executable bit from mode of source files 2015-08-26 05:34:31 -04:00
X86Const.java First pass of const_generator still requires manual tweak of UC_MODE_BIG_ENDIAN 2015-08-28 19:43:45 -07:00