Nguyen Anh Quynh
|
5691dd4637
|
mips: fixed & added new instructions. also updated Ocaml/Python/Java bindings
|
10 years ago |
Nguyen Anh Quynh
|
36567558b7
|
mips: cleanup
|
10 years ago |
Nguyen Anh Quynh
|
04d9f8ee17
|
arm: update core with a lot more details provided in detail mode now. update Python & Java bindings to reflect the core's changes
|
10 years ago |
Nguyen Anh Quynh
|
14b684e07d
|
last commit missed a check
|
10 years ago |
Nguyen Anh Quynh
|
b1e87e3e31
|
arm, mips, ppc, spac, x86: printAliasInstr() should handle \t (besides space) as separate char between mnemonic & operands
|
10 years ago |
Nguyen Anh Quynh
|
0f0eb9851a
|
mips: update core. this added bunch of new instructions & groups. updated Python & Java bindings accordingly
|
10 years ago |
Nguyen Anh Quynh
|
0c764d4a70
|
mips: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible
|
11 years ago |
Nguyen Anh Quynh
|
bb0744df5d
|
do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC
|
11 years ago |
Axel 0vercl0k Souchet
|
779d4c75d9
|
first changes to get a successfully compiled version of capstone on VS2012
|
11 years ago |
Nguyen Anh Quynh
|
fc83a439e5
|
add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40%
|
11 years ago |
Nguyen Anh Quynh
|
bc0b3b92fd
|
mips: update core
|
11 years ago |
Nguyen Anh Quynh
|
74c41ebb1d
|
mips: simplify handling alias insn
|
11 years ago |
Nguyen Anh Quynh
|
a9ffb440f8
|
replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally
|
11 years ago |
Nguyen Anh Quynh
|
75ef2426ea
|
mips: update core
|
11 years ago |
Nguyen Anh Quynh
|
56774a158c
|
mips: printInstruction() is static function. add dummy third argument MRI to be consistent with other archs
|
11 years ago |
Nguyen Anh Quynh
|
a8eb7a5ca5
|
rename memory function pointer types to have cs_ prefix. also rename internal function pointers my_* to have cs_mem_ prefix - suggested by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
24bf0d9079
|
add new option CS_OPT_MEM for cs_option(): this enable user-defined dynamic memory management. idea proposed by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
2578d3b9e6
|
mips: use alias registers
|
11 years ago |
Nguyen Anh Quynh
|
162409e730
|
mips: upgrade core engine
|
11 years ago |
Nguyen Anh Quynh
|
23bc1f356a
|
fix some potential format string bugs in arm64, arm & mips
|
11 years ago |
Nguyen Anh Quynh
|
26ee41aa67
|
initial import
|
11 years ago |