1. 74d95ab python: minor fix for setup.py by Nguyen Anh Quynh · 11 years ago
  2. 4649071 python: add ERR_OPTION, and use @syntax setter/getter rather than option() method to set X86 syntax by Nguyen Anh Quynh · 11 years ago
  3. d912f91 add a newline between constant types in autogen constants by Nguyen Anh Quynh · 11 years ago
  4. a2f825f support comments in autogen files, so constant files are more friendly by Nguyen Anh Quynh · 11 years ago
  5. 8f13f3c rename @hex_code to @bytes, and move it to next to @size by Nguyen Anh Quynh · 11 years ago
  6. c45b158 Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode by Nguyen Anh Quynh · 11 years ago
  7. c9b6aa1 python: use c_char_p rather than POINTER(c_char) on prototype of cs_disasm_dyn() by Nguyen Anh Quynh · 11 years ago
  8. c389e00 python: wrong prototype for cs_close() causes mem leaking. bug reported by Joxean Koret by Nguyen Anh Quynh · 11 years ago
  9. b4b6fea Fix a bug const generator does not account for assigning number as enum const by danghvu · 11 years ago
  10. 367a4df Partially reverted previous commit by Joxean · 11 years ago
  11. 114df0e Added @hex_code member by Joxean · 11 years ago
  12. e60590b fix bindings to reflect the last commit by Nguyen Anh Quynh · 11 years ago
  13. ea5b79d move some alias registers around to after REG_MAX. this seems to fix some issues of clang, which struggles with enum that assign value from other enum by Nguyen Anh Quynh · 11 years ago
  14. b39ef0b arm: added some alias registers by Nguyen Anh Quynh · 11 years ago
  15. c3a0a2c python: fix a memory leaking in cs_disasm_quick(). bug reported by Joxean Koret by Nguyen Anh Quynh · 11 years ago
  16. da8adad API cs_option(): @value now has size_t, so mapping opaque pointer is possible for future options by Nguyen Anh Quynh · 11 years ago
  17. c618db4 change option names for cs_option(), and update python binding accordingly to support new cs_option() by Nguyen Anh Quynh · 11 years ago
  18. daaed13 python: update to the newly added cs_option() API by Nguyen Anh Quynh · 11 years ago
  19. 88db228 bindings: do not delete constant files when on clean target of Makefile by Nguyen Anh Quynh · 11 years ago
  20. 75c4475 bindings: auto generate constants with 'make' by Nguyen Anh Quynh · 11 years ago
  21. 923d926 python: update to reflect latest API change by Nguyen Anh Quynh · 11 years ago
  22. 8eb689e python: update to reflect the last API change by Nguyen Anh Quynh · 11 years ago
  23. 25f5612 bindings: correct autogen constant files to reflect the change on arm64.h by Nguyen Anh Quynh · 11 years ago
  24. b2ed4dc update COMPILE and python README to reflect the last commit by Nguyen Anh Quynh · 11 years ago
  25. f459708 bindings: add all autogen files. better to do this by committers, not users. thanks to this, users dont need to generate those constants themselves by Nguyen Anh Quynh · 11 years ago
  26. e75f906 python: update README by Nguyen Anh Quynh · 11 years ago
  27. 210e94d python: add install target to Makefile by Nguyen Anh Quynh · 11 years ago
  28. 96a056d bindings: more flexible autogen on generating filenames containing constants by Nguyen Anh Quynh · 11 years ago
  29. bc1e2f4 python: 'make' alone does not install python module by Nguyen Anh Quynh · 11 years ago
  30. cfb0120 Add support for python in const_generator.py by danghvu · 11 years ago
  31. 0fd5da2 fixed bad disassembly mode definitions. by Daniel Godas-Lopez by Nguyen Anh Quynh · 11 years ago
  32. a7d954f Adjust binding tests to match api changes by danghvu · 11 years ago
  33. f1656de reduce the size of @operands for arm & arm64 by Nguyen Anh Quynh · 11 years ago
  34. bbd4131 python: more fixes, so this works on x86 by Nguyen Anh Quynh · 11 years ago
  35. 774f54f python: fix capstone.py to reflect new change in cs_disasm_dyn() by Nguyen Anh Quynh · 11 years ago
  36. affea2f python: fix code to reflect last API changes by Nguyen Anh Quynh · 11 years ago
  37. 7143f8a Merge pull request #6 from danghvu/master by Hoang-Vu Dang · 11 years ago
  38. 1a7c449 Fix python test output, same as core test by danghvu · 11 years ago
  39. 001850c python: delete orphan files by Nguyen Anh Quynh · 11 years ago
  40. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago