Nguyen Anh Quynh
|
3ab509192a
|
use common instruction groups across all architectures. this adds cs_group_type to capstone.h. suggestion by @zneak
|
2014-10-31 14:40:45 +08:00 |
|
Nguyen Anh Quynh
|
c58e704517
|
do not need to explicitly assign values for operand types in the last commit
|
2014-10-31 13:55:18 +08:00 |
|
Nguyen Anh Quynh
|
21ac056728
|
use common operand types across all architectures. this adds cs_op_type to capstone.h. suggestion by @zneak
|
2014-10-31 13:08:28 +08:00 |
|
Nguyen Anh Quynh
|
d7e42b7d36
|
rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly
|
2014-09-29 17:15:25 +08:00 |
|
Nguyen Anh Quynh
|
1738a3e6bf
|
sparc: handle some alias instructions & more details for some special instructions. update Python & Java bindings accordingly with new instructions & registers
|
2014-09-17 00:01:04 +08:00 |
|
Nguyen Anh Quynh
|
a726402513
|
sparc: update core. this added/removed some instructions & groups. updated Python & Java bindings accordingly
|
2014-08-15 18:29:17 +08:00 |
|
schwoop
|
3a7c136558
|
Fixed SPARC compilation
|
2014-06-10 13:24:53 +02:00 |
|
Nguyen Anh Quynh
|
5d6383e335
|
sparc: SPARC_CC_ICC_N should not have the same value as SPARC_CC_INVALID. bug reported by Jason Oster
|
2014-05-25 13:48:06 +08:00 |
|
Nguyen Anh Quynh
|
cb5910627a
|
remove some more forgotten stdbool.h
|
2014-05-15 21:51:02 +08:00 |
|
Nguyen Anh Quynh
|
7751fbe57b
|
header files: Disassembler -> Disassembly
|
2014-04-28 11:23:14 +08:00 |
|
Nguyen Anh Quynh
|
20ab8069e7
|
add missing sparc.h
|
2014-03-10 14:36:25 +08:00 |
|