1. 2412069 Fix python binding tests by danghvu · 10 years ago
  2. ef92cdb Update java binding to v3 by danghvu · 10 years ago
  3. 53bbee3 Fix java binding tests by danghvu · 10 years ago
  4. 6dc1dd5 ocaml: remove fields regs_read_count, regs_write_count, groups_count, as they can be derived from the lengths of related arrays by Nguyen Anh Quynh · 10 years ago
  5. bf23075 ocaml: activate test_xcore.ml's non-class test by Nguyen Anh Quynh · 10 years ago
  6. c7fa8fa Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  7. 81a97c6 ocaml: ocaml.c is wrongly implemented in various places. this fixes all the issues, and all test_<arch> works as expected now by Nguyen Anh Quynh · 10 years ago
  8. 3f9247d java: add interface for cs_group_name() API by Nguyen Anh Quynh · 10 years ago
  9. 770cf6d cython: update to v3. still need more tests by Nguyen Anh Quynh · 10 years ago
  10. d442fbc arm: t2BXJ also belongs to groups ARM_GRP_NOTMCLASS & ARM_GRP_PREV8 by Nguyen Anh Quynh · 10 years ago
  11. 443af14 ocaml: make some calls on Store_field() in ocaml.c to be in order by Nguyen Anh Quynh · 10 years ago
  12. fbaedfb ocaml: fix an warning on test_arm64.ml by Nguyen Anh Quynh · 10 years ago
  13. 77d93e9 ocaml: update to work with v3 core by Nguyen Anh Quynh · 10 years ago
  14. aa58f7f typo fix for capstone.h by Nguyen Anh Quynh · 10 years ago
  15. acbafc6 ocaml/python/java: fix some broken arm64 constants generated by const_generator.py by Nguyen Anh Quynh · 10 years ago
  16. 54f8cef mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  17. 7ac7d4e mips: on BEQZL, printAlias() should return instruction string. also cleanup some redundant code by Nguyen Anh Quynh · 10 years ago
  18. 240e1c7 mips: print absolute target address for relative branch instructions: BEQL, BGEZALL, BGEZL, BGTZL, BLEZL, BLTZALL, BLTZL, BNEL, BNEZL, BEQZL, BC1F, BC1FL, BC1TL by Nguyen Anh Quynh · 10 years ago
  19. 5691dd4 mips: fixed & added new instructions. also updated Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  20. 4e87675 arm: relative branch should not be negative. bug reported by @acez by Nguyen Anh Quynh · 10 years ago
  21. a4da895 x86: relative CALL should print out absolute addresses. bug reported by @acez by Nguyen Anh Quynh · 10 years ago
  22. b339297 Merge pull request #181 from yegord/v3 by Nguyen Anh Quynh · 10 years ago
  23. ebc4ced Fixed a typo in a CMake option name by Yegor Derevenets · 10 years ago
  24. e483c6e ocaml: update constants by Nguyen Anh Quynh · 10 years ago
  25. 7e181fb merge PR of @yegord by Nguyen Anh Quynh · 10 years ago
  26. a301cad Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  27. 0e755cf Merge branch 'next' into test by Nguyen Anh Quynh · 10 years ago
  28. a22d300 ocaml: add missing ARM64 instructions to arm64_const.ml. also handle arithmetic operations |, << properly for Ocaml in const_generator.py by Nguyen Anh Quynh · 10 years ago
  29. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  30. 586be76 ocaml: separate constants into separate files, which are actually autogen by const_generator.py by Nguyen Anh Quynh · 10 years ago
  31. 3231146 Merge pull request #178 from yegord/install-platform-h by Nguyen Anh Quynh · 10 years ago
  32. 17176cd platform.h must be also installed by Yegor Derevenets · 10 years ago
  33. 7e57e79 ppc: handle branch condition for alias instructions. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  34. 9d63839 ppc: move our own alias instructions to PPCInstPrinter.c to isolate them from auto-gen code of LLVM by Nguyen Anh Quynh · 10 years ago
  35. d37b0df merge PR of @kratolp by Nguyen Anh Quynh · 10 years ago
  36. 9cb4d8b correct COMPILE_CMAKE.TXT after the last change to names of CMake options by Nguyen Anh Quynh · 10 years ago
  37. 8f67ec2 Added CAPSTONE prefix to CMake options by Nguyen Anh Quynh · 10 years ago
  38. b4d78d9 Added CAPSTONE prefix to CMake options by Yegor Derevenets · 10 years ago
  39. 1738a3e sparc: handle some alias instructions & more details for some special instructions. update Python & Java bindings accordingly with new instructions & registers by Nguyen Anh Quynh · 10 years ago
  40. 7a9d19e python & java: update after the last PPC core update by Nguyen Anh Quynh · 10 years ago
  41. 05d4b83 Extend sign of the branch destination operand by kratolp · 10 years ago
  42. 87736c1 Update alias of PPC branch instructions by kratolp · 10 years ago
  43. eaecfa4 ppc: add PPC_INS_BNE for alias instruction BNE by Nguyen Anh Quynh · 10 years ago
  44. bd85448 update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  45. 3656755 mips: cleanup by Nguyen Anh Quynh · 10 years ago
  46. 41de05c x86: correct x86_16_bit_eq_tbl[] & x86_16_bit_eq_lookup[]. idea & code provided by @obs1dium by Nguyen Anh Quynh · 10 years ago
  47. 72bbcac x86: temporarily solve conflicts caused by the last merge by Nguyen Anh Quynh · 10 years ago
  48. f46ef2e ppc: alias instruction for 'gBC 4, 2, target' to 'bne target'. issue reported by @kratolp by Nguyen Anh Quynh · 10 years ago
  49. 1f196d1 x86: CALLpcrel32 should be outputed as 'callq' in 64bit mode in AT&T syntax. ported from upstream by Nguyen Anh Quynh · 10 years ago
  50. 9728200 x86: cpuid, xsetbv, xgetbv involve 32bit registers, not 64bit registers. by Nguyen Anh Quynh · 10 years ago
  51. 2c425fc correct an incorrect comment on default value of skipdata mnem: .db -> .byte. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  52. 721d07f ppc: support alias instructions. update Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  53. 25538b0 python: test_arm.py should handle SYSREG operand. issue reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  54. 04d9f8e arm: update core with a lot more details provided in detail mode now. update Python & Java bindings to reflect the core's changes by Nguyen Anh Quynh · 10 years ago
  55. 17d1d00 Merge pull request #172 from mrexodia/msvc_branch by Nguyen Anh Quynh · 10 years ago
  56. e268f46 changed ImportLibrary name from capstone_dll to 'capstone_dll.lib' by Mr. eXoDia · 10 years ago
  57. e0eb06b mips: correct mapping instruction string to instruction ID for alias instructions BAL & BEQZ. bug reported by Pancake by Nguyen Anh Quynh · 10 years ago
  58. 4f0d704 arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1 by Nguyen Anh Quynh · 10 years ago
  59. eda8506 mips: add BC1T & BLTZAL to the list of relative branch instructions. thanks @hlide for the input. by Nguyen Anh Quynh · 10 years ago
  60. d1a9090 mips: relative branch address calculated current IP added to the relative offset. thanks Pancake, Jay Oster, hlide & jvoisin for helping by Nguyen Anh Quynh · 10 years ago
  61. 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
  62. 2372049 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  63. 0c07cc9 zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode by Nguyen Anh Quynh · 10 years ago
  64. 934e180 x86: more update to the core by Nguyen Anh Quynh · 10 years ago
  65. 4c95022 fix warnings on unused variables when compiling in Diet mode by Nguyen Anh Quynh · 10 years ago
  66. 5426fe0 arm64: change headerguard for AArch64AddressingModes.h by Nguyen Anh Quynh · 10 years ago
  67. d17e28c cmake: rename static library libcapstone.lib to capstone.lib by Nguyen Anh Quynh · 10 years ago
  68. c44aced x86: properly zero-out x86.operands[] by Nguyen Anh Quynh · 10 years ago
  69. 8a429c2 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  70. 66ca55f updated gitignore to ignore the ipch/ directory (MSVC specific) by Mr. eXoDia · 10 years ago
  71. 9be1f93 fixed warnings in MSVC x64 compilation by Mr. eXoDia · 10 years ago
  72. 0693809 fixed compile errors on visual studio (variable declarations in C have to be in the top of the function) by Mr. eXoDia · 10 years ago
  73. 5df81b4 fix a c99 warning by Nguyen Anh Quynh · 10 years ago
  74. f41dc32 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  75. 4b6b15f fix more MSVC warnings by Nguyen Anh Quynh · 10 years ago
  76. 07c92ec fix warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  77. ed1234a xcore: update core by Nguyen Anh Quynh · 10 years ago
  78. a7792ae systemz: update core. also update Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  79. 14b684e last commit missed a check by Nguyen Anh Quynh · 10 years ago
  80. b1e87e3 arm, mips, ppc, spac, x86: printAliasInstr() should handle \t (besides space) as separate char between mnemonic & operands by Nguyen Anh Quynh · 10 years ago
  81. 8027ada arm64: refine output of some instructions to make them match available test suites by Nguyen Anh Quynh · 10 years ago
  82. 62af137 arm64: printAliasInstr() should handle \t (besides space) as separate char between mnemonic & operands by Nguyen Anh Quynh · 10 years ago
  83. 212a017 java: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  84. 5166236 python: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  85. c286b34 Merge branch 'arm64' into v3 by Nguyen Anh Quynh · 10 years ago
  86. 0efef5d solve some conflicts when merging -next into -v3 by Nguyen Anh Quynh · 10 years ago
  87. 46a74e5 arm64: update core. this added a lot more details to cs_arm64_op struct by Nguyen Anh Quynh · 10 years ago
  88. ffb6b23 x86: add SMAP group for CLAC/STAC instructions by Nguyen Anh Quynh · 10 years ago
  89. c1a44f1 python: fix a typo in @propery skipdata.setter by Nguyen Anh Quynh · 10 years ago
  90. 78c4876 Merge branch 'cs_insn_const' of https://github.com/obs1dium/capstone into next by Nguyen Anh Quynh · 10 years ago
  91. 876b6b6 use const when passing cs_insn pointers by obs · 10 years ago
  92. 73cde40 python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL by Nguyen Anh Quynh · 10 years ago
  93. 6638294 x86: return proper error if cs_option() enables AT&T syntax but AT&T support is opt-out at compile time by Nguyen Anh Quynh · 10 years ago
  94. a65e77b Merge branch 'no_att' of https://github.com/obs1dium/capstone into next by Nguyen Anh Quynh · 10 years ago
  95. 1ce5dea ppc: fix an unused variable warning by Nguyen Anh Quynh · 10 years ago
  96. 2725a3f X86GenInstrInfo size reduction by obs · 10 years ago
  97. f178d69 update .gitignore for ocaml binaries by Nguyen Anh Quynh · 10 years ago
  98. ae48c97 OCaml: add sparc, systemz and xcore by Guillaume Jeanne · 10 years ago
  99. b7e2ff4 x86.operands array wasn't fully cleared by obs · 10 years ago
  100. cb8e40c added CAPSTONE_X86_ATT_DISABLE_NO to VS projects, readmes by obs · 10 years ago