1. 731bf2a arm64: update core engine by Nguyen Anh Quynh · 11 years ago
  2. dcde7e7 python: replace op_index() with op_find(), which straightly returns the desired operand rather than its cumbersome index by Nguyen Anh Quynh · 11 years ago
  3. f1618bc python: add error message to CsError and modify all tests to use CsError exception by Nguyen Anh Quynh · 11 years ago
  4. 73a6dba python: commented out the printout of @bytes, so 'make tests' doesnt complain anymore by Nguyen Anh Quynh · 11 years ago
  5. db048ab python: reimplement cs_op_count(), cs_op_index() & cs_insn_group() in python, so no need to save instruction raw data anymore by Nguyen Anh Quynh · 11 years ago
  6. 9b54264 Merge branch 'cserror' by Nguyen Anh Quynh · 11 years ago
  7. cdf41b0 python: delete dead code by Nguyen Anh Quynh · 11 years ago
  8. e099ede Fix Python bindings: by Nguyen Anh Quynh · 11 years ago
  9. af9bf6f Merge pull request #25 from danghvu/master by Nguyen Anh Quynh · 11 years ago
  10. 520c361 rename python classes and using exception for error by Nguyen Anh Quynh · 11 years ago
  11. 9f523d1 mips: properly map alias instruction back to public id. this fixes the crash reported by Pancake by Nguyen Anh Quynh · 11 years ago
  12. fe8030b update errno in cs_option() upon failure with CS_ERR_OPTION by Nguyen Anh Quynh · 11 years ago
  13. 486111c Update Makefile to be able to test each binding individually by danghvu · 11 years ago
  14. 0500691 Update Java binding with cs_option by danghvu · 11 years ago
  15. 74d95ab python: minor fix for setup.py by Nguyen Anh Quynh · 11 years ago
  16. b4ce383 x86: map xstorerng alias instruction back to xstore. bug reported by Nicolas Ruff by Nguyen Anh Quynh · 11 years ago
  17. 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
  18. 041e25d add CS_ERR_OPTION type. cs_option() returns this error code on invalid option by Nguyen Anh Quynh · 11 years ago
  19. f9e3216 x86: on mem reference, put scale after index register to be consistent with Intel style by Nguyen Anh Quynh · 11 years ago
  20. a236902 fix CS_INSN_OFFSET: calculate offset based on the address of related instruction only by Nguyen Anh Quynh · 11 years ago
  21. a84d747 fix typo in CS_INSN_OFFSET by Nguyen Anh Quynh · 11 years ago
  22. 3829415 HACK by Nguyen Anh Quynh · 11 years ago
  23. bb54603 add CS_INSN_OFFSET macro, so we can easily calculate offset of one insn, given its position in its array by Nguyen Anh Quynh · 11 years ago
  24. 7f36d26 more notes for HACK by Nguyen Anh Quynh · 11 years ago
  25. 64f5033 CREDITS.TXT by Nguyen Anh Quynh · 11 years ago
  26. 4d70daf note that Intel is default syntax by Nguyen Anh Quynh · 11 years ago
  27. d912f91 add a newline between constant types in autogen constants by Nguyen Anh Quynh · 11 years ago
  28. a2f825f support comments in autogen files, so constant files are more friendly by Nguyen Anh Quynh · 11 years ago
  29. 26a4371 bump API to 1.7 due to the addition of @bytes to cs_insn by Nguyen Anh Quynh · 11 years ago
  30. 79976c1 fix some comments in capstone.h by Nguyen Anh Quynh · 11 years ago
  31. 8f13f3c rename @hex_code to @bytes, and move it to next to @size by Nguyen Anh Quynh · 11 years ago
  32. c45b158 Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode by Nguyen Anh Quynh · 11 years ago
  33. c9b6aa1 python: use c_char_p rather than POINTER(c_char) on prototype of cs_disasm_dyn() by Nguyen Anh Quynh · 11 years ago
  34. c389e00 python: wrong prototype for cs_close() causes mem leaking. bug reported by Joxean Koret by Nguyen Anh Quynh · 11 years ago
  35. 641b783 x86: fix relative call. bug reported by Joxean Koret by Nguyen Anh Quynh · 11 years ago
  36. c6975b7 Merge pull request #23 from danghvu/master by Nguyen Anh Quynh · 11 years ago
  37. b09c122 Use casting instead of isdigit, incase negative number by danghvu · 11 years ago
  38. b4b6fea Fix a bug const generator does not account for assigning number as enum const by danghvu · 11 years ago
  39. 367a4df Partially reverted previous commit by Joxean · 11 years ago
  40. 114df0e Added @hex_code member by Joxean · 11 years ago
  41. 4b95d9f bump API to 1.6 to reflect the addition of the new API cs_option() by Nguyen Anh Quynh · 11 years ago
  42. e60590b fix bindings to reflect the last commit by Nguyen Anh Quynh · 11 years ago
  43. f8db76a arm64: correct value of ARM64_SFT_ROR by Nguyen Anh Quynh · 11 years ago
  44. 6ae5a63 update CREDITS by Nguyen Anh Quynh · 11 years ago
  45. 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
  46. b39ef0b arm: added some alias registers by Nguyen Anh Quynh · 11 years ago
  47. 67f1297 java: temporarily remove SYNTAX_ATT option due to the newly added cs_option() API. this will be fixed when cs_option() is supported in java by Nguyen Anh Quynh · 11 years ago
  48. e4229c6 merge with option branch by Nguyen Anh Quynh · 11 years ago
  49. c3a0a2c python: fix a memory leaking in cs_disasm_quick(). bug reported by Joxean Koret by Nguyen Anh Quynh · 11 years ago
  50. 39da426 arm: fix a memory leaking bug by Nguyen Anh Quynh · 11 years ago
  51. 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
  52. 00dff9f Merge pull request #21 from danghvu/master by Nguyen Anh Quynh · 11 years ago
  53. 2c37cd4 Minor fix in java coding style by danghvu · 11 years ago
  54. 9e51977 Fix java binding to reflect new api by danghvu · 11 years ago
  55. c618db4 change option names for cs_option(), and update python binding accordingly to support new cs_option() by Nguyen Anh Quynh · 11 years ago
  56. b8ce68e change cs_option() API to be more flexible with option value by Nguyen Anh Quynh · 11 years ago
  57. daaed13 python: update to the newly added cs_option() API by Nguyen Anh Quynh · 11 years ago
  58. 4a60a56 handle cs_option() according to arch & mode by Nguyen Anh Quynh · 11 years ago
  59. 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
  60. a5f0b1c mips: map register 9 to 'sp' rather than '29' by Nguyen Anh Quynh · 11 years ago
  61. 6d552e5 x86: fix bug in relative jump. reported by Joxean by Nguyen Anh Quynh · 11 years ago
  62. 3fa5314 update CREDITS by Nguyen Anh Quynh · 11 years ago
  63. 9cf170b mips: correct the forgotten size_t address in the last API change by Nguyen Anh Quynh · 11 years ago
  64. 5df9e4b tests: change variable address's type to uint64_t by Nguyen Anh Quynh · 11 years ago
  65. 88db228 bindings: do not delete constant files when on clean target of Makefile by Nguyen Anh Quynh · 11 years ago
  66. 22fcba1 java: add some missing CS_MODE by Nguyen Anh Quynh · 11 years ago
  67. de53660 java: quick fix to update it with latest API changes by Nguyen Anh Quynh · 11 years ago
  68. 7999c1f add capsone.pc to .gitignore by Nguyen Anh Quynh · 11 years ago
  69. 75c4475 bindings: auto generate constants with 'make' by Nguyen Anh Quynh · 11 years ago
  70. 923d926 python: update to reflect latest API change by Nguyen Anh Quynh · 11 years ago
  71. d330bf2 use PKG_{MAJOR|MINOR} to generate capstone.pc. besides, use dynamic lib rather than static lib for its 'Libs' by Nguyen Anh Quynh · 11 years ago
  72. 5dbe12a bump API to 1.5 due to the change in cs_disasm*(), and add PKG_{MAJOR|MINOR} for package version by Nguyen Anh Quynh · 11 years ago
  73. 7b7b40c tests: now @address is uint64_t, no need to typecast for PRIx64 anymore by Nguyen Anh Quynh · 11 years ago
  74. 612b5d2 consistently use same param name @address rather than @offset in all cs_disasm*() API by Nguyen Anh Quynh · 11 years ago
  75. f2a649e cs_insn.address also needs to be changed after the change on @offset of cs_disasm*() API by Nguyen Anh Quynh · 11 years ago
  76. 7d5f96d merge Radare's pull request on API change on @address of cs_disasm*() by Nguyen Anh Quynh · 11 years ago
  77. 029df20 add some comments referring to cs_errno() on failure of some APIs by Nguyen Anh Quynh · 11 years ago
  78. 8db204e java: clean up Test.java by Nguyen Anh Quynh · 11 years ago
  79. 8eb689e python: update to reflect the last API change by Nguyen Anh Quynh · 11 years ago
  80. 44ce0fb Generate and install capstone.pc pkg-config file by pancake · 11 years ago
  81. 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
  82. c04f873 Use uint64_t instead of size_t for addresses by pancake · 11 years ago
  83. 25f5612 bindings: correct autogen constant files to reflect the change on arm64.h by Nguyen Anh Quynh · 11 years ago
  84. 3582bc1 arm64: ARM64_GRP_JUMP is in the wrong place. move it to its place and also clarify some GRP comments by Nguyen Anh Quynh · 11 years ago
  85. b2ed4dc update COMPILE and python README to reflect the last commit by Nguyen Anh Quynh · 11 years ago
  86. 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
  87. d57fa4f x86: added bunch of test insn (commented) by Nguyen Anh Quynh · 11 years ago
  88. 9c950c1 x86: fix all the shift rotate insns with 1 as immediate: shl, shr, sar, ror, rol. thus, removed the hack on this insns. by Nguyen Anh Quynh · 11 years ago
  89. 8fcec67 x86: do not sign-extend immediate. this fixes the issues reported by LongLD by Nguyen Anh Quynh · 11 years ago
  90. 2cd3370 some fixes for COMPILE by Nguyen Anh Quynh · 11 years ago
  91. 68f2405 java: update README by Nguyen Anh Quynh · 11 years ago
  92. e75f906 python: update README by Nguyen Anh Quynh · 11 years ago
  93. 210e94d python: add install target to Makefile by Nguyen Anh Quynh · 11 years ago
  94. 676cabd update instructions in COMPILE about compiling/installing bindings before usage by Nguyen Anh Quynh · 11 years ago
  95. 96a056d bindings: more flexible autogen on generating filenames containing constants by Nguyen Anh Quynh · 11 years ago
  96. bc1e2f4 python: 'make' alone does not install python module by Nguyen Anh Quynh · 11 years ago
  97. 99cfce9 bindings: add project info into autogen files by Nguyen Anh Quynh · 11 years ago
  98. d6ef46a bindings: Makefile does nothing by default by Nguyen Anh Quynh · 11 years ago
  99. ac6d1da bindings: add author info to const_generator.py by Nguyen Anh Quynh · 11 years ago
  100. d1f1e87 Merge branch 'master' of https://github.com/danghvu/capstone into autogen by Nguyen Anh Quynh · 11 years ago