5 Commits (master)

Author SHA1 Message Date
Sebastian Macke 9baa0751ca MOS65XX: Fix instruction length for indirect addressing modes (#1402) 6 years ago
david942j 0b37390f49 Fix typos of MOS65XX (#1390) 6 years ago
Nguyen Anh Quynh 6318f623f1 tests: add MOS65XX sample to test_basic.c 6 years ago
Sebastian Macke 87221fa742 Add support for the MOS65XX family such as the MOS 6502. 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
tandasat 45e5eab646 port Windows driver support 8 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 50c352c9d6 Make tests fail loudly 9 years ago
Cr4sh 19ee2d10b3 inttypes.h fix 10 years ago
Cr4sh 9d60607645 inttypes.h fix 10 years ago
pancake 9c10ace558 Make pkg-config and source consistent with installation 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
Axel 0vercl0k Souchet e116c51c08 fixed test_ppc.c for VS2012 11 years ago
Nguyen Anh Quynh 5b556e5fcf tests: C89 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 ceae16d5a9 tests: report error when cs_open() failure 11 years ago
Nguyen Anh Quynh 39b812d9e9 switch detail to be CS_OPT_OFF by default 11 years ago
Nguyen Anh Quynh f122ae0629 tests: simplify some accesses to insn's details, and fix some typo bugs 11 years ago
Nguyen Anh Quynh 91e532d5ab print out ppc_bh information in test_ppc.c & TestPpc.java 11 years ago
Nguyen Anh Quynh f1d489b949 ppc: support details information 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 397d0de598 tests: simplify print_insn_detail() function by deleting unused argument 11 years ago
Nguyen Anh Quynh 9f523d1699 mips: properly map alias instruction back to public id. this fixes the crash reported by Pancake 11 years ago
Nguyen Anh Quynh 5df9e4be91 tests: change variable address's type to uint64_t 11 years ago
Nguyen Anh Quynh 7b7b40c879 tests: now @address is uint64_t, no need to typecast for PRIx64 anymore 11 years ago
Nguyen Anh Quynh 723687ea0e tests: typecast size_t to uint64_t for printf, since MingW doesnt support zu specifier 11 years ago
Nguyen Anh Quynh b42a657873 change cs_disasm() and cs_disasm_dyn() to be portable API. fix related code using these API 11 years ago
Nguyen Anh Quynh 26ee41aa67 initial import 11 years ago