Nguyen Anh Quynh
|
57bf77af66
|
bindings: add M68k_const.java & m68k_const.ml
|
2015-10-03 11:32:24 +08:00 |
Daniel Collin
|
2ee675c10a
|
This adds M68K support to Capstone
|
2015-10-02 20:47:00 +02:00 |
learn_more
|
f6ded668b4
|
Fix for EFlags missing in x86 target: aquynh/capstone#439
|
2015-08-02 20:12:51 +02:00 |
learn_more
|
78de4fa6b0
|
Make sure that running the tool on windows gives the same output (newline conversion)
|
2015-08-02 20:10:35 +02:00 |
learn_more
|
8c7b320a24
|
add target all for const_generator
|
2015-08-02 20:09:59 +02:00 |
Nguyen Anh Quynh
|
10647aef58
|
bindings: update java/ocaml/python after the latest changes in the core for the new API
|
2015-03-25 17:35:59 +08:00 |
Nguyen Anh Quynh
|
72d3c4fb81
|
bindings: change include dir after the patch of @pancake
|
2015-02-28 08:42:40 +08:00 |
Nguyen Anh Quynh
|
e483c6e31d
|
ocaml: update constants
|
2014-09-22 00:07:58 +08:00 |
Nguyen Anh Quynh
|
a22d300c57
|
ocaml: add missing ARM64 instructions to arm64_const.ml. also handle arithmetic operations |, << properly for Ocaml in const_generator.py
|
2014-09-21 23:35:00 +08:00 |
Nguyen Anh Quynh
|
586be76d73
|
ocaml: separate constants into separate files, which are actually autogen by const_generator.py
|
2014-09-21 23:23:38 +08:00 |
Nguyen Anh Quynh
|
553bb488d7
|
python: support XCore
|
2014-05-26 23:47:45 +08:00 |
Nguyen Anh Quynh
|
749046bbdc
|
python: initial Python3 support
|
2014-04-12 01:15:10 +08:00 |
fenuks
|
110ab1debd
|
Python 3 support
|
2014-04-11 11:00:33 +02:00 |
Nguyen Anh Quynh
|
1c8405dbd7
|
python: add SystemZ support
|
2014-03-23 11:17:24 +08:00 |
Nguyen Anh Quynh
|
1055a2e22a
|
python: support Sparc
|
2014-03-10 14:37:08 +08:00 |
danghvu
|
5611de05a9
|
Fix const generator to account for PPC enum style
|
2014-01-05 03:35:43 +07:00 |
Nguyen Anh Quynh
|
7957ed1def
|
arm64: add some alias registers. attn: bindings
|
2013-12-15 00:32:20 +08:00 |
Nguyen Anh Quynh
|
d912f91390
|
add a newline between constant types in autogen constants
|
2013-12-05 00:02:37 +08:00 |
Nguyen Anh Quynh
|
a2f825ff07
|
support comments in autogen files, so constant files are more friendly
|
2013-12-04 23:56:24 +08:00 |
danghvu
|
b09c122c14
|
Use casting instead of isdigit, incase negative number
|
2013-12-04 00:30:45 -06:00 |
danghvu
|
b4b6fea875
|
Fix a bug const generator does not account for assigning number as enum const
|
2013-12-04 00:19:48 -06:00 |
Nguyen Anh Quynh
|
96a056d18b
|
bindings: more flexible autogen on generating filenames containing constants
|
2013-12-02 18:37:46 +08:00 |
Nguyen Anh Quynh
|
99cfce9b1a
|
bindings: add project info into autogen files
|
2013-12-02 18:07:08 +08:00 |
Nguyen Anh Quynh
|
ac6d1da5b0
|
bindings: add author info to const_generator.py
|
2013-12-02 17:44:48 +08:00 |
danghvu
|
cfb0120936
|
Add support for python in const_generator.py
|
2013-12-01 14:10:28 -06:00 |
danghvu
|
8054c9e065
|
Add a script to generate constant for binding
|
2013-12-01 14:10:28 -06:00 |