xorstream
|
770c5616e2
|
Automated leading tab to spaces conversion.
|
2017-01-21 12:28:22 +11:00 |
|
xorstream
|
fac6a66860
|
platform.h move #3
|
2017-01-21 00:13:21 +11:00 |
|
xorstream
|
1aeaf5c40d
|
This code should now build the x86_x64-softmmu part 2.
|
2017-01-19 22:50:28 +11:00 |
|
Chris Eagle
|
8adc8afc63
|
Java bindings (#711)
* Remove glib from samples makefile
* support new APIs
* reimplement register batch mode interface
* stop using deprecated java API
|
2017-01-11 09:27:16 +08:00 |
|
Nguyen Anh Quynh
|
bc569f5a54
|
rename API uc_mem_free() to uc_free(). see #662
|
2017-01-10 20:59:14 +08:00 |
|
Nguyen Anh Quynh
|
fdbbdc6216
|
rename uc_context_free() to uc_mem_free(). see #373
|
2017-01-09 20:52:14 +08:00 |
|
Chris Eagle
|
21ffaf7d10
|
Java bindings (#709)
* Remove glib from samples makefile
* support new APIs
* reimplement register batch mode interface
* stop using deprecated java API
|
2017-01-06 23:56:53 +08:00 |
|
Chris Eagle
|
b63866e30a
|
update java bindings to reflect changes in uc_hook_add
|
2016-03-25 02:27:56 -07:00 |
|
Chris Eagle
|
9b8098bf63
|
file perms
|
2016-02-07 07:24:34 -08:00 |
|
Chris Eagle
|
84fbe5aa5d
|
add x86 mmr handling to java binding
|
2016-02-07 07:23:07 -08:00 |
|
Chris Eagle
|
21b9fa860b
|
fix file perms
|
2016-02-06 15:18:03 -08:00 |
|
Chris Eagle
|
aa1657006b
|
implement missing APIs (uc_query, uc_mem_map_ptr, uc_mem_regions) in java binding
|
2016-02-06 15:16:44 -08:00 |
|
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 |
|
Chris Eagle
|
14a71b5546
|
update java bindings for new memory event hooking constants
|
2015-09-24 04:33:02 -07:00 |
|
Chris Eagle
|
1843a96321
|
update jave binding to follow apit change of uc_mem_read and uc_mem_write
|
2015-09-07 14:12:43 -07:00 |
|
Nguyen Anh Quynh
|
99824e1d56
|
bindings: rename uchook to uc_hook, ucengine to uc_engine, uc_hook_t to uc_hook_type
|
2015-09-05 11:25:49 +08:00 |
|
Chris Eagle
|
b3b814e8b1
|
update java bindings for type safety and API changes
|
2015-09-03 22:28:09 -07:00 |
|
Chris Eagle
|
1f9b799ed3
|
Update java api to include mem_unmap and mem_protect
|
2015-08-31 03:09:57 -07:00 |
|
Chris Eagle
|
94ac0f02e6
|
file permissions changes
|
2015-08-28 20:03:36 -07:00 |
|
Chris Eagle
|
65787d415a
|
rename uc_mem_map_ex to uc_mem_map and all associated changes
|
2015-08-28 20:02:21 -07:00 |
|
Jonathon Reinhart
|
60d0004329
|
remove executable bit from mode of source files
http://stackoverflow.com/questions/1580596/how-do-i-make-git-ignore-file-mode-chmod-changes
|
2015-08-26 05:34:31 -04:00 |
|
Chris Eagle
|
0359c44462
|
Initial checkin of unicorn java binding
|
2015-08-25 03:21:47 -07:00 |
|