Nguyen Anh Quynh
|
173ed2b1cb
|
arm: upgrade core engine
|
2013-12-01 22:19:27 +08:00 |
|
Nguyen Anh Quynh
|
cc6cf65980
|
tests: add some test insn (commented)
|
2013-12-01 09:01:52 +08:00 |
|
Nguyen Anh Quynh
|
270d8ae712
|
Merge branch 'master' into x86
|
2013-12-01 00:28:38 +08:00 |
|
Nguyen Anh Quynh
|
3640f3cc73
|
clarify in capstone.h that no API accepts CS_ARCH_* as handle anymore
|
2013-12-01 00:26:27 +08:00 |
|
Nguyen Anh Quynh
|
45078f87f1
|
finally drop ugly support for using arch as handle in cs_reg_name(). this doesnt change API
|
2013-12-01 00:22:15 +08:00 |
|
Nguyen Anh Quynh
|
36d143b6d0
|
x86: update core engine
|
2013-12-01 00:05:22 +08:00 |
|
Nguyen Anh Quynh
|
ad61c49288
|
arm64: handle decomposer properly for alias insn
|
2013-11-30 16:23:31 +08:00 |
|
Nguyen Anh Quynh
|
e1611f0189
|
arm64: fix wrong calculation of arm64.update_flags with a tricky way of using cs_reg_write()
|
2013-11-30 12:37:26 +08:00 |
|
Nguyen Anh Quynh
|
6b9b6647c1
|
arm64: support more alias insn
|
2013-11-30 12:28:56 +08:00 |
|
Nguyen Anh Quynh
|
0fd5da2449
|
fixed bad disassembly mode definitions. by Daniel Godas-Lopez
|
2013-11-30 11:36:32 +08:00 |
|
danghvu
|
20b2d800a9
|
Improved performance of java binding
|
2013-11-29 15:23:37 -06:00 |
|
danghvu
|
f9dc082727
|
Merge remote-tracking branch 'upstream/master'
|
2013-11-29 11:32:19 -06:00 |
|
danghvu
|
bfd2de6493
|
Fix Arm64.java miss type
|
2013-11-29 18:27:28 +01:00 |
|
danghvu
|
a7d954f131
|
Adjust binding tests to match api changes
|
2013-11-29 10:57:45 -06:00 |
|
Nguyen Anh Quynh
|
6b7abe3c81
|
arm64: handle alias insn in a better way, and add support for MNEG. bug reported by Patroklos Argyroudis
|
2013-11-30 00:54:24 +08:00 |
|
Nguyen Anh Quynh
|
81d35e6105
|
Merge branch 'master' of https://github.com/aquynh/capstone
|
2013-11-29 23:41:53 +08:00 |
|
Nguyen Anh Quynh
|
723687ea0e
|
tests: typecast size_t to uint64_t for printf, since MingW doesnt support zu specifier
|
2013-11-29 22:36:45 +08:00 |
|
Nguyen Anh Quynh
|
56398be052
|
Merge pull request #14 from d1g1t4l/clean_all
clean all binaries
|
2013-11-29 05:19:53 -08:00 |
|
Daniel Godas-Lopez
|
9286504347
|
now the clean target deletes all binaries from all targets
|
2013-11-29 12:56:13 +00:00 |
|
Nguyen Anh Quynh
|
f1656de40a
|
reduce the size of @operands for arm & arm64
|
2013-11-29 20:26:34 +08:00 |
|
Nguyen Anh Quynh
|
bbd4131889
|
python: more fixes, so this works on x86
|
2013-11-29 18:46:03 +08:00 |
|
Nguyen Anh Quynh
|
774f54f570
|
python: fix capstone.py to reflect new change in cs_disasm_dyn()
|
2013-11-29 18:30:37 +08:00 |
|
Nguyen Anh Quynh
|
affea2f7e1
|
python: fix code to reflect last API changes
|
2013-11-29 18:07:02 +08:00 |
|
Nguyen Anh Quynh
|
90acea3530
|
fix arm64_op_mem & arm64_op_type structures: int32_t is enough for imm & disp
|
2013-11-29 17:54:17 +08:00 |
|
Nguyen Anh Quynh
|
402f3fcfb4
|
bump API to 1.3
|
2013-11-29 17:40:49 +08:00 |
|
Nguyen Anh Quynh
|
b42a657873
|
change cs_disasm() and cs_disasm_dyn() to be portable API. fix related code using these API
|
2013-11-29 17:40:07 +08:00 |
|
Nguyen Anh Quynh
|
0b6f1bd544
|
x86: fix SHR, SHL, SAR insn when second op is 1 (Intel syntax). reported by Edgar Barbosa
|
2013-11-29 11:06:46 +08:00 |
|
Nguyen Anh Quynh
|
b8394a47d7
|
add a note on gcc-multilib requirement for cross-compile to 'nix32'
|
2013-11-29 10:26:43 +08:00 |
|
Daniel Godas-Lopez
|
cf05e118d5
|
added cygwin targets to the script and made cross-win* targets explicit
|
2013-11-29 10:09:50 +08:00 |
|
Daniel Godas-Lopez
|
0f7c4325dd
|
unified the targets for *nix and windows
|
2013-11-29 10:09:37 +08:00 |
|
danghvu
|
7545b9b2b6
|
Correct main Makefile back
|
2013-11-28 10:18:02 -06:00 |
|
danghvu
|
4891dba953
|
Merge remote-tracking branch 'upstream/master'
|
2013-11-28 10:17:22 -06:00 |
|
danghvu
|
686fdf6d54
|
Fix a bug on machine without jna cannot make clean
|
2013-11-28 10:08:15 -06:00 |
|
Nguyen Anh Quynh
|
d7dbccd05e
|
Removed a couple of inoffensive compiler warnings. By Daniel Godas-Lopez
|
2013-11-28 23:15:34 +08:00 |
|
Nguyen Anh Quynh
|
fe6ced47c4
|
quick hack to disable clean method of java binding. this enables 'make clean' work again on non-java machine
|
2013-11-28 18:16:12 +08:00 |
|
Hoang-Vu Dang
|
a08d2cef6f
|
Merge pull request #9 from danghvu/master
Shorten tests/Makefile
|
2013-11-28 01:08:45 -08:00 |
|
danghvu
|
2e19d93db8
|
More generic name for *nix target
|
2013-11-28 03:06:31 -06:00 |
|
danghvu
|
a0f93bd4ca
|
Shorten tests/Makefile
|
2013-11-28 02:46:15 -06:00 |
|
Nguyen Anh Quynh
|
741a9de722
|
arm: print immediate as 32bit rather than 64bit number. fix the bug reported by LongLD
|
2013-11-28 16:02:35 +08:00 |
|
Nguyen Anh Quynh
|
5aeeb2c569
|
update .gitignore to ignore bunch of files
|
2013-11-28 15:45:57 +08:00 |
|
Hoang-Vu Dang
|
7143f8ab8f
|
Merge pull request #6 from danghvu/master
Consistency of test output for binding and core
|
2013-11-27 23:05:10 -08:00 |
|
Nguyen Anh Quynh
|
f10be9bb9d
|
x86: fix an overflow bug reported by Pancake
|
2013-11-28 15:04:43 +08:00 |
|
danghvu
|
c4325f8593
|
Add remaining untested functions
|
2013-11-28 01:02:17 -06:00 |
|
danghvu
|
71e1c4f9fa
|
More verbose Java binding Makefile
|
2013-11-28 00:36:19 -06:00 |
|
pancake
|
7fff908f94
|
Do not let the archive grow
|
2013-11-28 14:27:44 +08:00 |
|
pancake
|
ad3cbaf5d4
|
Use proper Makefile targets in tests
|
2013-11-28 14:15:55 +08:00 |
|
danghvu
|
bad54f32c0
|
Fix java binding for 32-bit
|
2013-11-28 06:56:03 +01:00 |
|
danghvu
|
1a7c449a72
|
Fix python test output, same as core test
|
2013-11-27 22:51:11 -06:00 |
|
danghvu
|
f3ef69673a
|
Fix java binding test, output the same as core test
|
2013-11-27 21:41:17 -06:00 |
|
Nguyen Anh Quynh
|
cbaa37ec6f
|
Merge branch 'radare'
Build static lib & fixes for Makefile. By pancake.
|
2013-11-28 10:17:26 +08:00 |
|