Nguyen Anh Quynh
ba50d4667a
Merge pull request #566 from adrianherrera/improvement/haskell-bindings-updates
...
Very minor formatting updates
2016-06-04 13:08:41 +07:00
Adrian Herrera
a4cdcb7fde
Very minor formatting updates
2016-06-04 15:45:36 +10:00
Nguyen Anh Quynh
2fb420b991
Merge pull request #559 from lunixbochs/master
...
improve go binding memory leaks
2016-05-29 07:25:01 +07:00
Ryan Hileman
5fd4c8719d
improve go binding memory leaks
2016-05-28 16:02:12 -07:00
Nguyen Anh Quynh
1038e639f6
Merge pull request #551 from Spl3en/patch-1
...
Update COMPILE-WINDOWS.md - Improve lisibility.
2016-05-17 21:17:12 +08:00
Spl3en
60e5b43898
Update COMPILE-WINDOWS.md - Improve lisibility.
2016-05-17 15:09:13 +02:00
Nguyen Anh Quynh
4b3bbe4759
Merge pull request #549 from eqv/fix_go
...
fixed go bindings typo
2016-05-11 14:34:32 +08:00
coco
4021b635b1
fixed go bindings typo
2016-05-10 23:18:08 +02:00
Nguyen Anh Quynh
266c387a7d
Merge pull request #548 from xorstream/msvc_bindings_update2
...
Add new bindings and fixed UC_HOOK_INSN hooking.
2016-05-10 21:55:10 +08:00
xorstream
6ca8ba16fc
Changed bool typedef from int to unsigned char.
2016-05-10 23:53:39 +10:00
xorstream
544942cc64
Added MSVC bindings for uc_reg_write_batch() and uc_reg_read_batch() and fixed UC_HOOK_INSN hooking.
2016-05-10 23:29:11 +10:00
mkravchik
4b45869437
Reading and writing NEON registers
2016-05-04 11:23:32 +03:00
Nguyen Anh Quynh
125f77a460
regress: chmod +x vld.py
2016-05-04 08:42:53 +08:00
Nguyen Anh Quynh
8b95cad550
regress: remove vmov.py
2016-05-04 08:41:09 +08:00
mkravchik
1afbee3a12
Merge pull request #3 from mkravchik/vld
...
Vld
2016-05-03 22:26:00 +03:00
mkravchik
33d105917d
Added files via upload
2016-05-03 18:43:39 +03:00
Nguyen Anh Quynh
ebac94c431
docs: more markdown fix for COMPILE*md
2016-04-30 13:08:40 +08:00
Nguyen Anh Quynh
822e762561
docs: fix markdown for COMPILE*md
2016-04-30 13:05:35 +08:00
Nguyen Anh Quynh
38b4e35b20
docs: fix markdown for COMPILE*md
2016-04-30 13:03:39 +08:00
Nguyen Anh Quynh
9236eb4597
correct docs/COMPILE.md
2016-04-30 12:03:07 +08:00
Nguyen Anh Quynh
fdd01588f1
docs: move COMPILE.TXT to docs/, and split it into separate files for *nix & Windows
2016-04-30 09:49:00 +08:00
Nguyen Anh Quynh
0d5a4f4631
remove platform.h from COMPILE.TXT
2016-04-30 09:25:50 +08:00
Nguyen Anh Quynh
c45f791dd2
delete include/unicorn/platform.h
2016-04-30 08:41:12 +08:00
Nguyen Anh Quynh
fef59a4e3c
Makefile: re-enable CC flag -fvisibility=hidden
2016-04-27 16:32:30 +08:00
Nguyen Anh Quynh
69cabed00f
Merge branch 'asan' of https://github.com/zachriggle/unicorn into zachriggle-asan
2016-04-27 16:30:42 +08:00
Nguyen Anh Quynh
4084a385c2
regress: add mem_64_c.c from issue #523 by Chris Eagle
2016-04-24 22:53:30 +08:00
Nguyen Anh Quynh
53466d84b6
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
2016-04-24 18:09:35 +08:00
Nguyen Anh Quynh
df1de25db0
regress: chmod +x write_before_map.py
2016-04-24 18:09:06 +08:00
Nguyen Anh Quynh
a9b3642178
Merge pull request #533 from mrphrazer/regression_test
...
added regression test write before map
2016-04-24 18:08:36 +08:00
Tim Blazytko
0e52b913e7
added regression test write_before_map.py
2016-04-24 11:47:04 +02:00
Nguyen Anh Quynh
f4723916df
remove qemu_cond_destroy from qemu/header_gen.py
2016-04-23 10:23:09 +08:00
Nguyen Anh Quynh
72ba554738
qemu_thread_join() takes only 1 arg
2016-04-23 10:17:04 +08:00
Nguyen Anh Quynh
3a742fb6f6
fix conflicts when merging no-thread to master
2016-04-23 10:06:57 +08:00
Nguyen Anh Quynh
bb80e699b2
Merge pull request #529 from zachriggle/issue_528
...
Remove double-free
2016-04-21 10:23:54 +08:00
Zach Riggle
93063d089b
Add ASAN build target with UNICORN_ASAN or via './make.sh asan'
2016-04-20 16:16:06 -07:00
Zach Riggle
9f94191a64
Remove double-free
...
This was previously released at uc_close ../uc.c:286
if (uc->release)
uc->release(uc->tcg_ctx);
Which effectively does:
object_unref(uc, OBJECT(uc->root));
2016-04-20 15:34:55 -07:00
Nguyen Anh Quynh
8932463f9d
arm: qutie emulation on EXCP_YIELD exception. this fixes testcase 004-segmentation_fault_1 in #520
2016-04-20 12:04:15 +08:00
Nguyen Anh Quynh
283672426e
update CREDITS.TXT
2016-04-19 09:42:48 +08:00
Nguyen Anh Quynh
d2ccc27cc8
samples: fix warning on printing 64bit int in sample_batch_reg.c
2016-04-18 12:54:21 +08:00
Nguyen Anh Quynh
cc6cbc5cf7
Merge branch 'memleak' into m2
2016-04-18 12:48:13 +08:00
Nguyen Anh Quynh
a015ddc348
add link to Rust binding
2016-04-18 10:18:39 +08:00
Nguyen Anh Quynh
ba31be79f4
update qemu/powerpc.h
2016-04-17 23:37:25 +08:00
Nguyen Anh Quynh
47a7bb3c9f
Merge branch 'smaller_nothreads' of https://github.com/cseagle/unicorn into cseagle-smaller_nothreads
2016-04-17 23:37:06 +08:00
Nguyen Anh Quynh
78c3f68765
update CREDITS.TXT
2016-04-10 22:47:12 +08:00
Nguyen Anh Quynh
b62a90d8a9
Merge pull request #520 from practicalswift/add-six-crashers
...
Add six crash cases (2 * ARM + 4 * M68K)
2016-04-10 07:15:01 +07:00
Nguyen Anh Quynh
d488691745
Merge pull request #518 from adrianherrera/haskell-improvements
...
Small improvements to align with hapstone (Haskell bindings for Capstone)
2016-04-10 07:11:25 +07:00
practicalswift
06a64dc3b0
Add six crash cases (2 * ARM + 4 * M68K)
...
* 001-bad_condition_code_0xe.c (ARM)
* 002-qemu__fatal__unimplemented_control_register_write_0xffb___0x0.c (M68K)
* 003-qemu__fatal__wdebug_not_implemented.c (M68K)
* 004-segmentation_fault_1.c (ARM)
* 005-qemu__fatal__illegal_instruction__0000___00000404.c (M68K)
* 006-qemu__fatal__illegal_instruction__0421___00040026.c (M68K)
```
$ ./001-bad_condition_code_0xe # ARM
uc_emu_start(…)
Bad condition code 0xe
Aborted
$ ./002-qemu__fatal__unimplemented_control_register_write_0xffb___0x0 # M68K
uc_emu_start(…)
hook_code(…) called
qemu: fatal: Unimplemented control register write 0xffb = 0x0
Aborted
$ ./003-qemu__fatal__wdebug_not_implemented # M68K
uc_emu_start(…)
qemu: fatal: WDEBUG not implemented
Aborted
$ ./004-segmentation_fault_1 # ARM
uc_emu_start(…)
hook_code(…) called
Segmentation fault
$ ./005-qemu__fatal__illegal_instruction__0000___00000404 # M68K
uc_emu_start(…)
qemu: fatal: Illegal instruction: 0000 @ 00000404
Aborted
$ ./006-qemu__fatal__illegal_instruction__0421___00040026 # M68K
uc_emu_start(…)
hook_code(…) called
qemu: fatal: Illegal instruction: 0421 @ 00040026
Aborted
```
2016-04-09 15:27:20 -04:00
Adrian Herrera
0a3f83a20c
Small changes to align with hapstone (Haskell bindings for Capstone)
...
Enums now derive bounded and made use of Applicative in Utils module
2016-04-09 00:13:25 +10:00
Nguyen Anh Quynh
023e4375d0
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
2016-04-08 21:42:22 +08:00
Adrian Herrera
87b65d1dda
Small formatting fix
2016-04-08 23:31:13 +10:00