1. 934e180 x86: more update to the core by Nguyen Anh Quynh · 10 years ago
  2. 4c95022 fix warnings on unused variables when compiling in Diet mode by Nguyen Anh Quynh · 10 years ago
  3. 5426fe0 arm64: change headerguard for AArch64AddressingModes.h by Nguyen Anh Quynh · 10 years ago
  4. c44aced x86: properly zero-out x86.operands[] by Nguyen Anh Quynh · 10 years ago
  5. 8a429c2 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  6. 66ca55f updated gitignore to ignore the ipch/ directory (MSVC specific) by Mr. eXoDia · 10 years ago
  7. 9be1f93 fixed warnings in MSVC x64 compilation by Mr. eXoDia · 10 years ago
  8. 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
  9. 5df81b4 fix a c99 warning by Nguyen Anh Quynh · 10 years ago
  10. f41dc32 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  11. 4b6b15f fix more MSVC warnings by Nguyen Anh Quynh · 10 years ago
  12. 07c92ec fix warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  13. ed1234a xcore: update core by Nguyen Anh Quynh · 10 years ago
  14. a7792ae systemz: update core. also update Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  15. 14b684e last commit missed a check by Nguyen Anh Quynh · 10 years ago
  16. 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
  17. 8027ada arm64: refine output of some instructions to make them match available test suites by Nguyen Anh Quynh · 10 years ago
  18. 62af137 arm64: printAliasInstr() should handle \t (besides space) as separate char between mnemonic & operands by Nguyen Anh Quynh · 10 years ago
  19. 212a017 java: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  20. 5166236 python: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  21. c286b34 Merge branch 'arm64' into v3 by Nguyen Anh Quynh · 10 years ago
  22. 0efef5d solve some conflicts when merging -next into -v3 by Nguyen Anh Quynh · 10 years ago
  23. 46a74e5 arm64: update core. this added a lot more details to cs_arm64_op struct by Nguyen Anh Quynh · 10 years ago
  24. ffb6b23 x86: add SMAP group for CLAC/STAC instructions by Nguyen Anh Quynh · 10 years ago
  25. c1a44f1 python: fix a typo in @propery skipdata.setter by Nguyen Anh Quynh · 10 years ago
  26. 78c4876 Merge branch 'cs_insn_const' of https://github.com/obs1dium/capstone into next by Nguyen Anh Quynh · 10 years ago
  27. 876b6b6 use const when passing cs_insn pointers by obs · 10 years ago
  28. 73cde40 python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL by Nguyen Anh Quynh · 10 years ago
  29. 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
  30. a65e77b Merge branch 'no_att' of https://github.com/obs1dium/capstone into next by Nguyen Anh Quynh · 10 years ago
  31. 1ce5dea ppc: fix an unused variable warning by Nguyen Anh Quynh · 10 years ago
  32. f178d69 update .gitignore for ocaml binaries by Nguyen Anh Quynh · 10 years ago
  33. ae48c97 OCaml: add sparc, systemz and xcore by Guillaume Jeanne · 10 years ago
  34. b7e2ff4 x86.operands array wasn't fully cleared by obs · 10 years ago
  35. cb8e40c added CAPSTONE_X86_ATT_DISABLE_NO to VS projects, readmes by obs · 10 years ago
  36. 86e8450 renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt by baguette · 10 years ago
  37. 4f412c4 Selectively disable AT&T syntax in non-diet mode to reduce library size by baguette · 10 years ago
  38. a726402 sparc: update core. this added/removed some instructions & groups. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  39. 2124b8a mips: indentations by Nguyen Anh Quynh · 10 years ago
  40. 159ddbd ppc: add new groups to group_name_maps[] by Nguyen Anh Quynh · 10 years ago
  41. ee98e40 move slides to docs/ by Nguyen Anh Quynh · 10 years ago
  42. 64f36d9 change '2013>' to 2013-2014 by Nguyen Anh Quynh · 10 years ago
  43. 3edc30d suite: correct author of test_arm_regression.c by Nguyen Anh Quynh · 10 years ago
  44. 91a6477 ppc: fix a mistake on interpreting CR registers by deleting CR8 -> CR31 by Nguyen Anh Quynh · 10 years ago
  45. dd3deec ppc: update core. this added new instructions, groups & registers. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  46. 0f0eb98 mips: update core. this added bunch of new instructions & groups. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  47. 7c089fd arm: add new mode CS_MODE_MCLASS for Cortex-M series. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  48. b52f11f arm: update core. this added a new instruction UDF. also updated Python+Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  49. fd0f798 bump API & package version to 3.0 by Nguyen Anh Quynh · 10 years ago
  50. b1a2d01 docs: add BHUSA2014 slides by Nguyen Anh Quynh · 10 years ago
  51. 0b69038 x86: update core with upstream. this added bunch of new instructions & groups. also updated Python & Java bindings after the core change by Nguyen Anh Quynh · 10 years ago
  52. 4db4d9b xcore: fix an warning of unused array when DIET mode is enable by Nguyen Anh Quynh · 10 years ago
  53. 590f23a arm: do not need to initialize local variable opcode in DecodeRegListOperand() by Nguyen Anh Quynh · 10 years ago
  54. 0c235e1 arm: some simple improvements & cleanups by Nguyen Anh Quynh · 10 years ago
  55. 26dfbc6 fix indentation introduced by the latest merge. also move test_arm_regression.c into suite/arm/ and add Makefile for it by Nguyen Anh Quynh · 10 years ago
  56. 5d80678 Merge branch 'next' of https://github.com/flyingsymbols/capstone into arm by Nguyen Anh Quynh · 10 years ago
  57. cf86270 on OSX, 'make uninstall' should clean files under /usr/local rather than /usr by Nguyen Anh Quynh · 10 years ago
  58. 48eb7a6 x86: INTO is invalid in 64bit mode. bug reported by Pancake & Ange Albertini by Nguyen Anh Quynh · 10 years ago
  59. 298d413 * added a test file to suite for testing invalid and valid instruction sequences by flyingsymbols · 10 years ago
  60. aa791a2 update docs/README for some sample kernel applications by Nguyen Anh Quynh · 10 years ago
  61. b3dea56 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype by Nguyen Anh Quynh · 10 years ago
  62. cbc7dd9 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype by Nguyen Anh Quynh · 10 years ago
  63. 027afdc Change the prototype of the callback in SKIPDATA option. Suggested by Ben Nagy. by Nguyen Anh Quynh · 10 years ago
  64. 0df7e93 Change the prototype of the callback in SKIPDATA option. Suggested by Ben Nagy. by Nguyen Anh Quynh · 10 years ago
  65. 3c0f436 python & java: update after the last change in core on PPC_BH_NO by Nguyen Anh Quynh · 10 years ago
  66. 994f336 ppc: rename PC_BH_NO to PC_BH_INVALID for consistency by Nguyen Anh Quynh · 10 years ago
  67. 42c11bc python & java: update constant symbols for SystemZ's groups & PPC_BC_INVALID by Nguyen Anh Quynh · 10 years ago
  68. dfc94e1 ppc: add PPC_BC_INVALID by Nguyen Anh Quynh · 10 years ago
  69. 55cd996 sparc: initialize detail->sparc in Sparc_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  70. e1fc8a8 sparc: initialize detail->sparc in Sparc_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  71. 4d2eba7 systemz: initialize detail->sysz in SystemZ_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  72. 39d6b2f systemz: initialize detail->sysz in SystemZ_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  73. 245cac5 python: support newly added API cs_group_name() by Nguyen Anh Quynh · 10 years ago
  74. 650f96c add new API cs_group_name() to return group name in string, given the group id by Nguyen Anh Quynh · 10 years ago
  75. faf368b Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  76. bcc6e53 OSX: install into /usr/local rather than /usr by Nguyen Anh Quynh · 10 years ago
  77. 39edca1 Set `LIBARCHS` to `i386 x86_64` when building on OS X by Ole André Vadla Ravnås · 10 years ago
  78. 174f9bb Remove accidentally left-over V=1 in the iOS build step by Ole André Vadla Ravnås · 10 years ago
  79. ffc8aaa Fix minor style inconsistency by Ole André Vadla Ravnås · 10 years ago
  80. b202b91 Simplify universal builds by relying on the linker to do the right thing by Ole André Vadla Ravnås · 10 years ago
  81. 6583f06 Fix universal build support for Mac and iOS by Ole André Vadla Ravnås · 10 years ago
  82. e105594 x86: update comments for prefix[] & opcode[] fields of cs_x86 by Nguyen Anh Quynh · 10 years ago
  83. bb8bbaa x86: test reg, [mem] -> test [mem], reg. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 10 years ago
  84. dbdb61a x86: regs_write[] of RDTSC & RDTSCP depend on @mode by Nguyen Anh Quynh · 10 years ago
  85. 25b7f76 simplify code copying @mnemonic in fill_insn() by Nguyen Anh Quynh · 10 years ago
  86. d392f6e simplify code copying @mnemonic in fill_insn() by Nguyen Anh Quynh · 10 years ago
  87. 22ea683 only verify x86_prefix[0] for x86 arch. bug reported by @pancake by Nguyen Anh Quynh · 10 years ago
  88. 1d3100a only verify x86_prefix[0] for x86 arch. bug reported by @pancake by Nguyen Anh Quynh · 10 years ago
  89. 9f6ed71 x86: add @rex to cs_x86 struct. updated python & java binding for this change by Nguyen Anh Quynh · 10 years ago
  90. 58fe971 ocaml: simplification in ocaml.c: op_count variable by Guillaume Jeanne · 10 years ago
  91. da1c2d0 ocaml: ppc test is working by Guillaume Jeanne · 10 years ago
  92. e002ac7 ocaml: add support of ppc by Guillaume Jeanne · 10 years ago
  93. 2147194 ocaml: add ppc.ml with all ppc const by Guillaume Jeanne · 10 years ago
  94. 32e2c6c x86: address-size prefix should override RIP relative address in x64 mode. bug reported by @hlide by Nguyen Anh Quynh · 10 years ago
  95. ed6b8c5 x86: address-size prefix should override RIP relative address in x64 mode. bug reported by @hlide by Nguyen Anh Quynh · 10 years ago
  96. 656ebc9 x86: handle RIP relative addressing in 64bit mode properly. bug reported by @hlide by Nguyen Anh Quynh · 10 years ago
  97. af6db2a x86: handle RIP relative addressing in 64bit mode properly. bug reported by @hlide by Nguyen Anh Quynh · 10 years ago
  98. af6825a Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  99. e9476ae update bindings/README for C++ binding by Nguyen Anh Quynh · 10 years ago
  100. 7ef3700 x86: SHL reg, 1 has one too many operands. bug reported by Sean Heelan by Nguyen Anh Quynh · 10 years ago