|
39ac1bcb4e
|
rename UC_ERR_INVAL to UC_ERR_ARG
|
2015-09-09 16:54:47 +08:00 |
|
|
d7ef204398
|
rename error codes ERR_MEM_READ, ERR_MEM_WRITE, ERR_MEM_FETCH
|
2015-09-09 16:25:48 +08:00 |
|
|
d3d38d3f21
|
handle read/write/fetch from unaligned addresses. this adds new error codes UC_ERR_READ_UNALIGNED, UC_ERR_WRITE_UNALIGNED & UC_ERR_FETCH_UNALIGNED
|
2015-09-09 15:52:15 +08:00 |
|
|
7a5d790ade
|
rename UC_MEM_EXE to UC_MEM_FETCH
|
2015-09-08 12:55:56 +08:00 |
|
|
d1bdbd11e7
|
rename uchook to uc_hook, ucengine to uc_engine, uc_hook_t to uc_hook_type
|
2015-09-05 11:20:32 +08:00 |
|
|
022f8d82d1
|
handle memory fetch as invalid memory access. now we can also report error if exec memory is unmapped (UC_ERR_MEM_FETCH)
|
2015-09-04 11:55:17 +08:00 |
|
|
7ceb2eb0b9
|
bindings: update constants after the recent changes in the core
|
2015-09-04 10:54:21 +08:00 |
|
|
291ec98675
|
python: fix a couple more function signatures
|
2015-09-03 22:46:43 -04:00 |
|
|
99e34d212a
|
bring python bindings up-to-date with new API
|
2015-09-03 22:34:58 -04:00 |
|
|
0962c4822b
|
cleanup & update bindings' constants
|
2015-09-04 09:43:31 +08:00 |
|
|
15f6da1c3a
|
bindings: update UC_MODE_BIG_ENDIAN after the change in the core
|
2015-08-29 15:10:33 +08:00 |
|
|
fcd0d02bae
|
python: udpate binding after the last change on uc_mem_map() API
|
2015-08-29 13:17:50 +08:00 |
|
|
8aba3170c6
|
bindings: update consts after the latest change in the core
|
2015-08-29 09:03:12 +08:00 |
|
|
40ba1ea1b0
|
improve const generator; emit unicorn.h consts
|
2015-08-28 07:32:25 -07:00 |
|
|
60099d1d69
|
x86: add back 2 registers X86_REG_FCW & X86_REG_FPIP
|
2015-08-24 13:58:52 +08:00 |
|
|
d64ef59871
|
python: update consts after the latest change in the core
|
2015-08-24 13:16:22 +08:00 |
|
|
2516de7ed8
|
renamed m68k enum constants
|
2015-08-23 21:56:24 -07:00 |
|
|
995924176a
|
Merge branch 'const_rename'
|
2015-08-23 21:42:02 -07:00 |
|
|
a167f7c456
|
renames the register constants so unicorn and capstone can compile together
|
2015-08-23 21:36:33 -07:00 |
|
|
033a44361b
|
python: rename API uc_support to uc_arch_supported
|
2015-08-24 09:53:16 +08:00 |
|
|
76d8541717
|
add check for mem_map(size=0) (#14)
|
2015-08-23 14:16:40 -07:00 |
|
|
e1baf2f36b
|
x86: support hooking SYSCALL/SYSENTER instructions. we no longer share the SYSCALL callback with interrupt instructions
|
2015-08-23 01:19:40 +08:00 |
|
|
344d016104
|
import
|
2015-08-21 15:04:50 +08:00 |
|