1. fd0f798 bump API & package version to 3.0 by Nguyen Anh Quynh · 10 years ago
  2. b1a2d01 docs: add BHUSA2014 slides by Nguyen Anh Quynh · 10 years ago
  3. 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
  4. 4db4d9b xcore: fix an warning of unused array when DIET mode is enable by Nguyen Anh Quynh · 10 years ago
  5. 590f23a arm: do not need to initialize local variable opcode in DecodeRegListOperand() by Nguyen Anh Quynh · 10 years ago
  6. 0c235e1 arm: some simple improvements & cleanups by Nguyen Anh Quynh · 10 years ago
  7. 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
  8. 5d80678 Merge branch 'next' of https://github.com/flyingsymbols/capstone into arm by Nguyen Anh Quynh · 10 years ago
  9. cf86270 on OSX, 'make uninstall' should clean files under /usr/local rather than /usr by Nguyen Anh Quynh · 10 years ago
  10. 48eb7a6 x86: INTO is invalid in 64bit mode. bug reported by Pancake & Ange Albertini by Nguyen Anh Quynh · 10 years ago
  11. 298d413 * added a test file to suite for testing invalid and valid instruction sequences by flyingsymbols · 10 years ago
  12. aa791a2 update docs/README for some sample kernel applications by Nguyen Anh Quynh · 10 years ago
  13. b3dea56 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype by Nguyen Anh Quynh · 10 years ago
  14. cbc7dd9 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype by Nguyen Anh Quynh · 10 years ago
  15. 027afdc Change the prototype of the callback in SKIPDATA option. Suggested by Ben Nagy. by Nguyen Anh Quynh · 10 years ago
  16. 0df7e93 Change the prototype of the callback in SKIPDATA option. Suggested by Ben Nagy. by Nguyen Anh Quynh · 10 years ago
  17. 3c0f436 python & java: update after the last change in core on PPC_BH_NO by Nguyen Anh Quynh · 10 years ago
  18. 994f336 ppc: rename PC_BH_NO to PC_BH_INVALID for consistency by Nguyen Anh Quynh · 10 years ago
  19. 42c11bc python & java: update constant symbols for SystemZ's groups & PPC_BC_INVALID by Nguyen Anh Quynh · 10 years ago
  20. dfc94e1 ppc: add PPC_BC_INVALID by Nguyen Anh Quynh · 10 years ago
  21. 55cd996 sparc: initialize detail->sparc in Sparc_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  22. e1fc8a8 sparc: initialize detail->sparc in Sparc_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  23. 4d2eba7 systemz: initialize detail->sysz in SystemZ_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  24. 39d6b2f systemz: initialize detail->sysz in SystemZ_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  25. 245cac5 python: support newly added API cs_group_name() by Nguyen Anh Quynh · 10 years ago
  26. 650f96c add new API cs_group_name() to return group name in string, given the group id by Nguyen Anh Quynh · 10 years ago
  27. faf368b Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  28. bcc6e53 OSX: install into /usr/local rather than /usr by Nguyen Anh Quynh · 10 years ago
  29. 39edca1 Set `LIBARCHS` to `i386 x86_64` when building on OS X by Ole André Vadla Ravnås · 10 years ago
  30. 174f9bb Remove accidentally left-over V=1 in the iOS build step by Ole André Vadla Ravnås · 10 years ago
  31. ffc8aaa Fix minor style inconsistency by Ole André Vadla Ravnås · 10 years ago
  32. b202b91 Simplify universal builds by relying on the linker to do the right thing by Ole André Vadla Ravnås · 10 years ago
  33. 6583f06 Fix universal build support for Mac and iOS by Ole André Vadla Ravnås · 10 years ago
  34. e105594 x86: update comments for prefix[] & opcode[] fields of cs_x86 by Nguyen Anh Quynh · 10 years ago
  35. bb8bbaa x86: test reg, [mem] -> test [mem], reg. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 10 years ago
  36. dbdb61a x86: regs_write[] of RDTSC & RDTSCP depend on @mode by Nguyen Anh Quynh · 10 years ago
  37. 25b7f76 simplify code copying @mnemonic in fill_insn() by Nguyen Anh Quynh · 10 years ago
  38. d392f6e simplify code copying @mnemonic in fill_insn() by Nguyen Anh Quynh · 10 years ago
  39. 22ea683 only verify x86_prefix[0] for x86 arch. bug reported by @pancake by Nguyen Anh Quynh · 10 years ago
  40. 1d3100a only verify x86_prefix[0] for x86 arch. bug reported by @pancake by Nguyen Anh Quynh · 10 years ago
  41. 9f6ed71 x86: add @rex to cs_x86 struct. updated python & java binding for this change by Nguyen Anh Quynh · 10 years ago
  42. 58fe971 ocaml: simplification in ocaml.c: op_count variable by Guillaume Jeanne · 10 years ago
  43. da1c2d0 ocaml: ppc test is working by Guillaume Jeanne · 10 years ago
  44. e002ac7 ocaml: add support of ppc by Guillaume Jeanne · 10 years ago
  45. 2147194 ocaml: add ppc.ml with all ppc const by Guillaume Jeanne · 10 years ago
  46. 32e2c6c x86: address-size prefix should override RIP relative address in x64 mode. bug reported by @hlide by Nguyen Anh Quynh · 10 years ago
  47. ed6b8c5 x86: address-size prefix should override RIP relative address in x64 mode. bug reported by @hlide by Nguyen Anh Quynh · 10 years ago
  48. 656ebc9 x86: handle RIP relative addressing in 64bit mode properly. bug reported by @hlide by Nguyen Anh Quynh · 10 years ago
  49. af6db2a x86: handle RIP relative addressing in 64bit mode properly. bug reported by @hlide by Nguyen Anh Quynh · 10 years ago
  50. af6825a Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  51. e9476ae update bindings/README for C++ binding by Nguyen Anh Quynh · 10 years ago
  52. 7ef3700 x86: SHL reg, 1 has one too many operands. bug reported by Sean Heelan by Nguyen Anh Quynh · 10 years ago
  53. 7ce90f1 ocaml: update reg/inst/group const in x86 by Guillaume Jeanne · 10 years ago
  54. 0a50980 ocaml: update reg/inst/group const in mips by Guillaume Jeanne · 10 years ago
  55. e2cb91d ocaml: update reg/inst/group const in arm by Guillaume Jeanne · 10 years ago
  56. d157775 ocaml: update reg/inst/group const in arm64 by Guillaume Jeanne · 10 years ago
  57. 7178cd0 Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  58. 078f833 update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  59. 28b1f49 ocaml: update README by Nguyen Anh Quynh · 10 years ago
  60. a3676e3 update .gitignore for Ocaml binding by Nguyen Anh Quynh · 10 years ago
  61. cece24e working OCaml bindings by Guillaume Jeanne · 10 years ago
  62. 1a66fec x86: support avx_sae & avx_rm in cs_x86 struct. this also updates Python & Java bindings following the core's change by Nguyen Anh Quynh · 10 years ago
  63. 7de200a python & java: update after the last change in the core on avx_zero_opmask by Nguyen Anh Quynh · 10 years ago
  64. 12e6e31 x86: rename zero_opmask of cs_x86_op to avx_zero_opmask by Nguyen Anh Quynh · 10 years ago
  65. 2b338ce x86: update some comments on x86.h by Nguyen Anh Quynh · 10 years ago
  66. 92a3d4c x86: add AVX's zero_opmask to cs_x86_op struct. updated Python & Java bindings for this change by Nguyen Anh Quynh · 10 years ago
  67. f1ec526 x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions by Nguyen Anh Quynh · 10 years ago
  68. e1aba17 x86: fix all {cc} instructions to have correct instruction ID by Nguyen Anh Quynh · 10 years ago
  69. 4c5eabc x86: support SSE_CC & AVX_CC in cs_x86 struct. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  70. 0de6783 python: print instruction's basic info from print_detail() of test_detail.py by Nguyen Anh Quynh · 10 years ago
  71. 0d71645 x86: add avx_bcast to cs_x86_op to support AVX512 instructions. this also updates Python & Java binding by Nguyen Anh Quynh · 10 years ago
  72. eeb0690 java: update X86 after the last change in the core by Nguyen Anh Quynh · 10 years ago
  73. bb6440c x86: extend cs_x86.opcode to 4 bytes to contain EVEX opcode. this also updates Python binding following this interface change by Nguyen Anh Quynh · 10 years ago
  74. 15b746f x86: op_addReg() & op_addImm() only work when detail mode is ON by Nguyen Anh Quynh · 10 years ago
  75. c74ec28 x86: LEA for 16bit register should have pointer size of word, not dword. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 10 years ago
  76. d29aa62 x86: correct comments on x86_op_mem.scale by Nguyen Anh Quynh · 10 years ago
  77. 0467842 java: update X86 binding after the last update in the core by Nguyen Anh Quynh · 10 years ago
  78. 14ba46b x86: add segment to x86_op_mem struct. this fixes a bug in generating detail for instructions with segment override. bug reported by Sean Heelan. by Nguyen Anh Quynh · 10 years ago
  79. d948dd4 tests/test_x86: prefix[] size is now 4, not 5 by Nguyen Anh Quynh · 10 years ago
  80. f3a9659 python & java: update x86 following the last update in core by Nguyen Anh Quynh · 10 years ago
  81. fb15221 x86: cs_x86.prefix[] should have size 4, not 5 by Nguyen Anh Quynh · 10 years ago
  82. eb2f3fb x86: properly reset prefixPresent for prefix0/1 group by Nguyen Anh Quynh · 10 years ago
  83. 5a7f409 set @insn to NULL on error in cs_disasm_ex() by Nguyen Anh Quynh · 10 years ago
  84. dab17fd set @insn to NULL on error in cs_disasm_ex() by Nguyen Anh Quynh · 10 years ago
  85. 11bb56f Merge branch 'opsize' of https://github.com/aquynh/capstone into opsize by Nguyen Anh Quynh · 10 years ago
  86. 369ecf6 Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  87. 6c182ae fix a memleaking issue in cs_disasm_ex() where memory was not freed when input code is illegit by Nguyen Anh Quynh · 10 years ago
  88. 09132bf Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  89. cb6fc59 remove redundant return in MCInst_Init() by Nguyen Anh Quynh · 10 years ago
  90. 1e688d4 x86: do not use markup in AT&T syntax by Nguyen Anh Quynh · 10 years ago
  91. 46291c1 Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  92. 83800cd python & java: add comments on operand's size by Nguyen Anh Quynh · 10 years ago
  93. 44db3c3 x86: support CS_OPT_MODE for dynamically changing mode at run-time by Nguyen Anh Quynh · 10 years ago
  94. cff0362 arm64: assign NULL to char pointer, not zero. bug reported by Coverity by Nguyen Anh Quynh · 10 years ago
  95. e68ce0e java: update after the last change in x86 core by Nguyen Anh Quynh · 10 years ago
  96. e792451 python: update after the last change in x86 core by Nguyen Anh Quynh · 10 years ago
  97. 1085073 x86: remove disp_size, imm_size, op_size. add size to each operand. thanks Gabriel Quadros for some nice ideas by Nguyen Anh Quynh · 10 years ago
  98. 7ae389e suite: support XCore in fuzz.py by Nguyen Anh Quynh · 10 years ago
  99. 6a5cc57 suite: support XCore in benchmark.py by Nguyen Anh Quynh · 10 years ago
  100. 73eb5d5 arm: op_addImm() is called only when detail mode is ON by Nguyen Anh Quynh · 10 years ago