1. 19ee2d1 inttypes.h fix by Cr4sh · 9 years ago
  2. b8ffb86 ppc: fix a bug in QPX mode & add some QPX alias instructions. by Nguyen Anh Quynh · 9 years ago
  3. 9c10ace Make pkg-config and source consistent with installation by pancake · 9 years ago
  4. 84df600 tests: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  5. 0d97a3b mips: CS_MODE_MIPS32R6 is an independent mode, and should not combine with CS_MODE_32 by Nguyen Anh Quynh · 10 years ago
  6. 83466d4 test: add sample code for ARM's CS_MODE_MCLASS & CS_MODE_V8 by Nguyen Anh Quynh · 10 years ago
  7. 248519e mips: properly handle Mips32R6 mode. bug reported by Jay Oster by Nguyen Anh Quynh · 10 years ago
  8. 2f5081c tests: remove broken test on Mips's Micro mode by Nguyen Anh Quynh · 10 years ago
  9. 5720cb7 tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code) by Nguyen Anh Quynh · 10 years ago
  10. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  11. 0beb0d4 api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future by Nguyen Anh Quynh · 10 years ago
  12. 9be1f93 fixed warnings in MSVC x64 compilation by Mr. eXoDia · 10 years ago
  13. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  14. 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
  15. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  16. 655c702 tests: more C89 fixes by Nguyen Anh Quynh · 10 years ago
  17. 5b556e5 tests: C89 by Nguyen Anh Quynh · 10 years ago
  18. d5ef3b8 test: cleanup test.c by Nguyen Anh Quynh · 10 years ago
  19. da1e833 systemz: support accesss register operand by Nguyen Anh Quynh · 10 years ago
  20. 48a14ca add SystemZ arch by Nguyen Anh Quynh · 10 years ago
  21. ea9f4b1 sparc: add SparcV9 tests by Nguyen Anh Quynh · 10 years ago
  22. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 10 years ago
  23. 226d7dc change API cs_close() to take pointer to handle as argument. this lets us invalidate the closed handle by Nguyen Anh Quynh · 10 years ago
  24. 4914691 tests: continue to next tests rather than quit when failing to initialize a test by Nguyen Anh Quynh · 10 years ago
  25. 39b812d switch detail to be CS_OPT_OFF by default by Nguyen Anh Quynh · 11 years ago
  26. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  27. 5f1f90c fix for the last commit, and make the test code no longer specify ppc code as 64bit by Nguyen Anh Quynh · 11 years ago
  28. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  29. 04c19be rename API cs_disasm_dyn() to cs_disasm_ex(), and intentionally breaks compatibility with 1.0 by Nguyen Anh Quynh · 11 years ago
  30. 4fe224b change API cs_disasm_dyn(): break cs_insn into 2 structures, and put all details into new structure cs_detail. this break API compatibility by Nguyen Anh Quynh · 11 years ago
  31. 4d3e852 detail option: provide instruction id even when detail option is OFF by Nguyen Anh Quynh · 11 years ago
  32. b4ce383 x86: map xstorerng alias instruction back to xstore. bug reported by Nicolas Ruff by Nguyen Anh Quynh · 11 years ago
  33. 8f13f3c rename @hex_code to @bytes, and move it to next to @size by Nguyen Anh Quynh · 11 years ago
  34. c45b158 Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode by Nguyen Anh Quynh · 11 years ago
  35. 367a4df Partially reverted previous commit by Joxean · 11 years ago
  36. 114df0e Added @hex_code member by Joxean · 11 years ago
  37. c618db4 change option names for cs_option(), and update python binding accordingly to support new cs_option() by Nguyen Anh Quynh · 11 years ago
  38. b8ce68e change cs_option() API to be more flexible with option value by Nguyen Anh Quynh · 11 years ago
  39. 01aba00 add cs_option() API. move ATT & Intel syntax here, rather than having them as CS_MODE, which is wrong by Nguyen Anh Quynh · 11 years ago
  40. 5df9e4b tests: change variable address's type to uint64_t by Nguyen Anh Quynh · 11 years ago
  41. 7b7b40c tests: now @address is uint64_t, no need to typecast for PRIx64 anymore by Nguyen Anh Quynh · 11 years ago
  42. f35e2ad add @regs_read_count, @regs_write_count, @groups_count to @cs_insn. bump API to 1.4 by Nguyen Anh Quynh · 11 years ago
  43. 723687e tests: typecast size_t to uint64_t for printf, since MingW doesnt support zu specifier by Nguyen Anh Quynh · 11 years ago
  44. b42a657 change cs_disasm() and cs_disasm_dyn() to be portable API. fix related code using these API by Nguyen Anh Quynh · 11 years ago
  45. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago