Nguyen Anh Quynh
|
2fc852dcbd
|
fix warnings on const char * discards qualifiers
|
2018-07-24 01:41:59 +08:00 |
Nguyen Anh Quynh
|
ed1246d79b
|
add Ethereum VM architecture
|
2018-03-31 17:29:22 +08:00 |
Francesco Tamagni
|
1fb2b53620
|
Add CS_MODE_MIPS2 to opt-in for COP3 instructions (#939)
* Add CS_MODE_MIPS2 to opt-in for COP3 instructions
* Fix indentation
* Get rid of `+`
|
2017-06-27 20:56:54 +08:00 |
Nguyen Anh Quynh
|
84c14d177b
|
fix merging conflict
|
2016-05-22 08:58:33 +08:00 |
tandasat
|
45e5eab646
|
port Windows driver support
|
2016-05-11 21:48:32 -07:00 |
Inokentiy Babushkin
|
a19fd65974
|
Fixed trivial (all) compiler warnings
Some enumeration compares were using the wrong (but in this case
harmless) enumeration in the test suite. Replaced to make the compiler
happy.
|
2016-05-08 23:25:58 +02:00 |
Yegor Derevenets
|
50c352c9d6
|
Make tests fail loudly
|
2015-05-31 09:01:38 +02:00 |
Cr4sh
|
19ee2d10b3
|
inttypes.h fix
|
2015-03-29 21:16:38 +08:00 |
pancake
|
9c10ace558
|
Make pkg-config and source consistent with installation
|
2015-02-24 05:03:04 +01:00 |
Nguyen Anh Quynh
|
84df600944
|
tests: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64
|
2014-11-13 11:27:51 +08:00 |
Nguyen Anh Quynh
|
0d97a3b3aa
|
mips: CS_MODE_MIPS32R6 is an independent mode, and should not combine with CS_MODE_32
|
2014-11-13 11:12:52 +08:00 |
Nguyen Anh Quynh
|
248519efea
|
mips: properly handle Mips32R6 mode. bug reported by Jay Oster
|
2014-11-09 14:07:07 +08:00 |
Nguyen Anh Quynh
|
5720cb7ae1
|
tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code)
|
2014-10-29 22:35:02 +08:00 |
Yegor Derevenets
|
ced9d24e35
|
Workaround missing <inttypes.h> on MSVC 2010
|
2014-09-21 17:27:11 +02:00 |
Nguyen Anh Quynh
|
0beb0d494b
|
api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future
|
2014-08-27 22:55:29 +08:00 |
Mr. eXoDia
|
9be1f93f88
|
fixed warnings in MSVC x64 compilation
|
2014-08-26 23:51:12 +08:00 |
Axel 0vercl0k Souchet
|
a072459b4a
|
fixed test_mips.c for VS2012
|
2014-05-09 21:14:19 +01:00 |
Nguyen Anh Quynh
|
5b556e5fcf
|
tests: C89
|
2014-04-11 10:15:26 +08:00 |
Nguyen Anh Quynh
|
54015f45bc
|
tests: add sanity check on insn->detail, since it can be NULL when SKIPDATA option is ON
|
2014-04-10 00:02:04 +08:00 |
Nguyen Anh Quynh
|
226d7dca64
|
change API cs_close() to take pointer to handle as argument. this lets us invalidate the closed handle
|
2014-02-27 22:20:39 +08:00 |
Nguyen Anh Quynh
|
491469155e
|
tests: continue to next tests rather than quit when failing to initialize a test
|
2014-02-22 16:54:44 +08:00 |
Nguyen Anh Quynh
|
ceae16d5a9
|
tests: report error when cs_open() failure
|
2014-01-19 16:04:23 +08:00 |
Nguyen Anh Quynh
|
39b812d9e9
|
switch detail to be CS_OPT_OFF by default
|
2014-01-07 23:36:26 +08:00 |
Nguyen Anh Quynh
|
04c19beefe
|
rename API cs_disasm_dyn() to cs_disasm_ex(), and intentionally breaks compatibility with 1.0
|
2013-12-25 13:26:22 +08:00 |
Nguyen Anh Quynh
|
4fe224b1ed
|
change API cs_disasm_dyn(): break cs_insn into 2 structures, and put all details into new structure cs_detail. this break API compatibility
|
2013-12-24 16:49:36 +08:00 |
Nguyen Anh Quynh
|
397d0de598
|
tests: simplify print_insn_detail() function by deleting unused argument
|
2013-12-16 23:37:08 +08:00 |
Nguyen Anh Quynh
|
9f523d1699
|
mips: properly map alias instruction back to public id. this fixes the crash reported by Pancake
|
2013-12-06 13:49:23 +08:00 |
Nguyen Anh Quynh
|
5df9e4be91
|
tests: change variable address's type to uint64_t
|
2013-12-03 15:02:12 +08:00 |
Nguyen Anh Quynh
|
7b7b40c879
|
tests: now @address is uint64_t, no need to typecast for PRIx64 anymore
|
2013-12-03 12:24:06 +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
|
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
|
26ee41aa67
|
initial import
|
2013-11-27 12:11:31 +08:00 |