16 Commits (master)

Author SHA1 Message Date
Sebastian Macke 9baa0751ca MOS65XX: Fix instruction length for indirect addressing modes (#1402) 6 years ago
Scott Knight 65cad8cc7b Fix CAPSTONE_HAS_PPC flags (#1361) 6 years ago
Nguyen Anh Quynh 6318f623f1 tests: add MOS65XX sample to test_basic.c 6 years ago
Nguyen Anh Quynh 740f05b62d fix warnings on const char * discards qualifiers 6 years ago
Nguyen Anh Quynh 2fc852dcbd fix warnings on const char * discards qualifiers 6 years ago
Nguyen Anh Quynh ed1246d79b add Ethereum VM architecture 7 years ago
Wolfgang Schwotzer 22b4d0eb41 M680X: Target ready for pull request (#1034) 7 years ago
Nick Briggs ce3f0d0935 Rename test.c to test_basic.c with corresponding executable name change. (#923) 7 years ago
Nguyen Anh Quynh b158b93a7d remove myinttypes.h 9 years ago
tandasat 6bf747e5a5 Addressed compile errors occur when built as C++11 9 years ago
Yegor Derevenets 2c073468d8 Added test build target, fixed CMake warning 9 years ago
Cr4sh 19ee2d10b3 inttypes.h fix 10 years ago
Cr4sh 9d60607645 inttypes.h fix 10 years ago
Nguyen Anh Quynh b8ffb86b02 ppc: fix a bug in QPX mode & add some QPX alias instructions. 10 years ago
pancake 9c10ace558 Make pkg-config and source consistent with installation 10 years ago
Nguyen Anh Quynh 84df600944 tests: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 10 years ago
Nguyen Anh Quynh 0d97a3b3aa mips: CS_MODE_MIPS32R6 is an independent mode, and should not combine with CS_MODE_32 10 years ago
Nguyen Anh Quynh 83466d4277 test: add sample code for ARM's CS_MODE_MCLASS & CS_MODE_V8 10 years ago
Nguyen Anh Quynh 248519efea mips: properly handle Mips32R6 mode. bug reported by Jay Oster 10 years ago
Nguyen Anh Quynh 2f5081c1f9 tests: remove broken test on Mips's Micro mode 10 years ago
Nguyen Anh Quynh 5720cb7ae1 tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code) 10 years ago
Yegor Derevenets ced9d24e35 Workaround missing <inttypes.h> on MSVC 2010 10 years ago
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 10 years ago
Mr. eXoDia 9be1f93f88 fixed warnings in MSVC x64 compilation 10 years ago
Nguyen Anh Quynh c80d840ffc add XCore architecture 10 years ago
Nguyen Anh Quynh 42706a39e2 indentation with tab 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 655c7021d2 tests: more C89 fixes 11 years ago
Nguyen Anh Quynh 5b556e5fcf tests: C89 11 years ago
Nguyen Anh Quynh c82581992a tests: add test_skipdata.c & do not test SKIPDATA in test.c anymore 11 years ago
Nguyen Anh Quynh 54015f45bc tests: add sanity check on insn->detail, since it can be NULL when SKIPDATA option is ON 11 years ago
Nguyen Anh Quynh 226d7dca64 change API cs_close() to take pointer to handle as argument. this lets us invalidate the closed handle 11 years ago
Nguyen Anh Quynh 491469155e tests: continue to next tests rather than quit when failing to initialize a test 11 years ago
Nguyen Anh Quynh d5ef3b83b6 test: cleanup test.c 11 years ago
Nguyen Anh Quynh da1e833c8c systemz: support accesss register operand 11 years ago
Nguyen Anh Quynh 48a14ca4ce add SystemZ arch 11 years ago
Nguyen Anh Quynh ea9f4b197e sparc: add SparcV9 tests 11 years ago
Nguyen Anh Quynh 05e27138ae core: add Sparc arch 11 years ago
Nguyen Anh Quynh 39b812d9e9 switch detail to be CS_OPT_OFF by default 11 years ago
Nguyen Anh Quynh f1d489b949 ppc: support details information 11 years ago
Nguyen Anh Quynh 5f1f90c559 fix for the last commit, and make the test code no longer specify ppc code as 64bit 11 years ago
Nguyen Anh Quynh 42c6b1acc7 initial support for PPC 11 years ago
Nguyen Anh Quynh 04c19beefe rename API cs_disasm_dyn() to cs_disasm_ex(), and intentionally breaks compatibility with 1.0 11 years ago
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 11 years ago
Nguyen Anh Quynh 4d3e852fbb detail option: provide instruction id even when detail option is OFF 11 years ago
Nguyen Anh Quynh b4ce38355a x86: map xstorerng alias instruction back to xstore. bug reported by Nicolas Ruff 11 years ago
Nguyen Anh Quynh 8f13f3c6ab rename @hex_code to @bytes, and move it to next to @size 11 years ago
Joxean 367a4df66f Partially reverted previous commit 11 years ago
Joxean 114df0ef2a Added @hex_code member 11 years ago
Nguyen Anh Quynh c618db4473 change option names for cs_option(), and update python binding accordingly to support new cs_option() 11 years ago