1. d5ef3b8 test: cleanup test.c by Nguyen Anh Quynh · 11 years ago
  2. da1e833 systemz: support accesss register operand by Nguyen Anh Quynh · 11 years ago
  3. 48a14ca add SystemZ arch by Nguyen Anh Quynh · 11 years ago
  4. ea9f4b1 sparc: add SparcV9 tests by Nguyen Anh Quynh · 11 years ago
  5. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 11 years ago
  6. 226d7dc change API cs_close() to take pointer to handle as argument. this lets us invalidate the closed handle by Nguyen Anh Quynh · 11 years ago
  7. 4914691 tests: continue to next tests rather than quit when failing to initialize a test by Nguyen Anh Quynh · 11 years ago
  8. 39b812d switch detail to be CS_OPT_OFF by default by Nguyen Anh Quynh · 11 years ago
  9. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  10. 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
  11. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  12. 04c19be rename API cs_disasm_dyn() to cs_disasm_ex(), and intentionally breaks compatibility with 1.0 by Nguyen Anh Quynh · 11 years ago
  13. 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
  14. 4d3e852 detail option: provide instruction id even when detail option is OFF by Nguyen Anh Quynh · 11 years ago
  15. b4ce383 x86: map xstorerng alias instruction back to xstore. bug reported by Nicolas Ruff by Nguyen Anh Quynh · 11 years ago
  16. 8f13f3c rename @hex_code to @bytes, and move it to next to @size by Nguyen Anh Quynh · 11 years ago
  17. c45b158 Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode by Nguyen Anh Quynh · 11 years ago
  18. 367a4df Partially reverted previous commit by Joxean · 11 years ago
  19. 114df0e Added @hex_code member by Joxean · 11 years ago
  20. c618db4 change option names for cs_option(), and update python binding accordingly to support new cs_option() by Nguyen Anh Quynh · 11 years ago
  21. b8ce68e change cs_option() API to be more flexible with option value by Nguyen Anh Quynh · 11 years ago
  22. 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
  23. 5df9e4b tests: change variable address's type to uint64_t by Nguyen Anh Quynh · 11 years ago
  24. 7b7b40c tests: now @address is uint64_t, no need to typecast for PRIx64 anymore by Nguyen Anh Quynh · 11 years ago
  25. 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
  26. 723687e tests: typecast size_t to uint64_t for printf, since MingW doesnt support zu specifier by Nguyen Anh Quynh · 11 years ago
  27. 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
  28. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago