|
75c5904ec1
|
Makes the hook types consistent, with a single indicator for each of
read, write and fetch.
This commit only adds the enum values. The functionality still has to be
updated.
As per issue #111
|
2015-09-22 12:26:01 +07:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|