1. 10618e3 add CS_VERSION_{MAJOR, MINOR, EXTRA} by Nguyen Anh Quynh · 8 years ago
  2. 3ba8c4d improve dependency on header files *.h, and remove clean from make.sh. see PR #793 by Nguyen Anh Quynh · 8 years ago
  3. 565b6c3 fix typo, style by Satoshi Tanda · 8 years ago
  4. 69f4a36 fix annotation. by qc1iu · 8 years ago
  5. f38cc69 changed fcompi to fcomip and fucompi to fucomip by mrexodia · 8 years ago
  6. e147e3a arm64: add NEGS & NGCS alias instructions. this fixes issue #752 by Nguyen Anh Quynh · 8 years ago
  7. abded30 Update capstone.h by McLovi9 · 8 years ago
  8. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  9. 7d4c660 Fix typo in m68k constant for immediate operand. by Niels Boehm · 8 years ago
  10. 84c14d1 fix merging conflict by Nguyen Anh Quynh · 8 years ago
  11. 2f3241d Merge pull request #669 from zachriggle/next-mips by Nguyen Anh Quynh · 8 years ago
  12. 8e9519c fix merge error by tandasat · 8 years ago
  13. c45f1db Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  14. 45e5eab port Windows driver support by tandasat · 8 years ago
  15. 3581563 Changed register pair handling in M68K header by Inokentiy Babushkin · 8 years ago
  16. 5cb3fe3 Add MIPS_GRP_XXX aliases for generic types. by Zach Riggle · 8 years ago
  17. cbf5d3d Remove never used cs_x86_op::fp by Ruslan Kabatsayev · 8 years ago
  18. f3b8863 Merge branch 'next' of https://github.com/koutheir/capstone into koutheir-next by Nguyen Anh Quynh · 8 years ago
  19. c509fd1 m68k: fix conflicts when merging with #625 by Nguyen Anh Quynh · 8 years ago
  20. 74b596a m68k: fix spelling error in comments of m68k.h by Nguyen Anh Quynh · 8 years ago
  21. 548a10d Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  22. 969f784 arm: change data type of cs_arm_op.reg back to int because this field can also take arm_sysreg value by Nguyen Anh Quynh · 8 years ago
  23. 035214b arm64: change access field type to uint8_t by Nguyen Anh Quynh · 8 years ago
  24. fb1855f Add ENDING constants to be consistent with other archs by Ben Nagy · 8 years ago
  25. ea030cb fix spelling error in comments by Ben Nagy · 8 years ago
  26. c856f15 [M68K] typo on m68k_address_mode private struct by Nicolas PLANEL · 8 years ago
  27. 1bca054 Various fixes by Daniel Collin · 8 years ago
  28. 988bb63 [M68K] Added basic groups by Daniel Collin · 8 years ago
  29. b914a1b Added support for building binaries for Windows CE 7 on ARMv7 (a.k.a., Windows Embedded Compact 7) and for Windows CE 8 on ARMv7 (a.k.a., Windows Embedded Compact 2013). by Koutheir Attouchi · 8 years ago
  30. 9325590 Fixed xcore header to comply with bindings by Inokentiy Babushkin · 8 years ago
  31. c26c575 Fixed systemz header to comply with bindings by Inokentiy Babushkin · 8 years ago
  32. f1287c8 Fixed sparc header to comply with bindings by Inokentiy Babushkin · 8 years ago
  33. 41b09c3 Fixed register types by Inokentiy Babushkin · 8 years ago
  34. 256090a add CS_OPT_UNSIGNED option to print immediate in unsigned form. only ARM is supported for now (issue #585) by Nguyen Anh Quynh · 8 years ago
  35. 6de6425 Merge branch 'arm64_reg_access' of https://github.com/pranith/capstone into pranith-arm64_reg_access by Nguyen Anh Quynh · 9 years ago
  36. 3722c74 cosmetic change in capstone.h by Nguyen Anh Quynh · 9 years ago
  37. 653827b Add register access info for ARM64 by Pranith Kumar · 9 years ago
  38. 1f72320 m68k: coding style by Nguyen Anh Quynh · 9 years ago
  39. 93a007d m68k: fix prototype guard for m68k.h by Nguyen Anh Quynh · 9 years ago
  40. ac63d5b m68k: cleanup & code style by Nguyen Anh Quynh · 9 years ago
  41. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  42. 8848ea3 Fix build for cygwin by pancake · 9 years ago
  43. 8aba4cd add error code CS_ERR_X86_MASM by Nguyen Anh Quynh · 9 years ago
  44. 62918ab support new syntax CS_OPT_SYNTAX_MASM for X86 by Nguyen Anh Quynh · 9 years ago
  45. 1e882cf Add ARM64_GRP_INT to AArch64 for SVC instruction by Zach Riggle · 9 years ago
  46. 8102aac Make PowerPC imm 64 bit (instad 32 bit) by Gabriel Corona · 9 years ago
  47. c85a0e4 arm: correct value of ARM_GRP_INT (=CS_GRP_INT=4) by Nguyen Anh Quynh · 9 years ago
  48. 01a744c arm: Added instruction group ARM_GRP_INT, ARM_INS_SVC is now using it. by derrek · 9 years ago
  49. 2dbe2e6 Merge branch 'next' of https://github.com/aquynh/capstone into next by derrek · 9 years ago
  50. a5199bd Fix spelling nits by Taras Tsugrii · 9 years ago
  51. bbde6d5 python: support option CS_OPT_MNEMONIC by Nguyen Anh Quynh · 9 years ago
  52. de654dd rename MNEMONIC_SIZE to CS_MNEMONIC_SIZE by Nguyen Anh Quynh · 9 years ago
  53. 1b26a3c bump CS_NEXT_VERSION to 3 due to newly added option CS_OPT_MNEMONIC by Nguyen Anh Quynh · 9 years ago
  54. 0b96545 new option CS_OPT_MNEMONIC to customize instruction mnemonic by Nguyen Anh Quynh · 9 years ago
  55. 31e8c0b Update capstone.h by mrexodia · 9 years ago
  56. 67aee91 arm: Changed CS_GRP_ prefix to ARM_GRP_ prefix, added ARM_GRP_CALL group. by derrek · 9 years ago
  57. b5e0f13 Merge branch 'next' of https://github.com/aquynh/capstone into next by Vincent Bénony · 9 years ago
  58. d2f47d0 Remove enum for ASRS, LSRS, SUBS and MOVS by Vincent Bénony · 9 years ago
  59. 68d7f72 remove some variants by Vincent Bénony · 9 years ago
  60. de693e4 delete a trailing whitespace in x86.h by Nguyen Anh Quynh · 9 years ago
  61. 556f4fe [x86] Replace "enum x86_eflags_type" to #define by remittor · 9 years ago
  62. 3a75479 Changed type for segment,base,index in struct x86_op_mem by remittor · 9 years ago
  63. 68e948b Changed type for cs_x86_op.reg by remittor · 9 years ago
  64. 160e198 Add support to embed Capstone 3.x branch into OS X kernel extensions. by reverser · 9 years ago
  65. fa17d87 remove stdio.h from capstone.h. this is to make it possible to embed to OSX kernel. issue reported by Pedro by Nguyen Anh Quynh · 9 years ago
  66. 29f777b arm: support cs_regs_access() API by Nguyen Anh Quynh · 9 years ago
  67. 53ccc2c bump CS_NEXT_VERSION up due to the newly added API cs_regs_access() by Nguyen Anh Quynh · 9 years ago
  68. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 9 years ago
  69. 9092e52 Change AArch64 GRP_JUMP to use a static table implementation by David Callahan · 9 years ago
  70. 21bf9ce Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  71. 681070c Merge pull request #279 from radare/arm64-priv by Nguyen Anh Quynh · 9 years ago
  72. b8ffb86 ppc: fix a bug in QPX mode & add some QPX alias instructions. by Nguyen Anh Quynh · 9 years ago
  73. a089e14 Fix ARM64_GRP_PRIVILEGE by pancake · 9 years ago
  74. 307973f Fix ARM_GRP_PRIVILEGE by pancake · 9 years ago
  75. dae7c3e add ARM64_GRP_PRIVILEGE group and tag some instructions by pancake · 9 years ago
  76. cf74a14 add ARM_GRP_PRIVILEGE group and tag some instructions by pancake · 9 years ago
  77. bf97e21 core: add CS_NEXT_VERSION to version the latest code in the 'next' branch by Nguyen Anh Quynh · 9 years ago
  78. 4dd0dcb add CS_GRP_PRIVILEGE group, and also add X86_GRP_PRIVILEGE group for bunch of X86 privileged instructions by Nguyen Anh Quynh · 9 years ago
  79. e4ca35d x86: delete the fiction instruction X86_INS_VPCOM by Nguyen Anh Quynh · 9 years ago
  80. 7a94483 x86: remove another fiction instruction VCMP by Nguyen Anh Quynh · 9 years ago
  81. e402e02 x86: remove unreal instruction VPCMP by Nguyen Anh Quynh · 9 years ago
  82. a81bf42 x86: add new field @xop_cc to struct @cs_x86 by Nguyen Anh Quynh · 9 years ago
  83. ad42f16 mips: remove the confusing mode CS_MODE_MIPSGP64 by Nguyen Anh Quynh · 9 years ago
  84. 54d5071 x86: update core. also update all the bindings Java, Ocaml & Python by Nguyen Anh Quynh · 9 years ago
  85. bfcaba5 2015 by Nguyen Anh Quynh · 9 years ago
  86. 0be9eab ppc: update core by Nguyen Anh Quynh · 9 years ago
  87. 7e25609 arm: fix bugs in the last commit by Nguyen Anh Quynh · 9 years ago
  88. d1fc2bd arm: update core by Nguyen Anh Quynh · 9 years ago
  89. c87ccd1 mips: fix bugs in the last update by Nguyen Anh Quynh · 9 years ago
  90. 96ee76f Merge branch 'next' of https://github.com/radare/capstone into test2 by Nguyen Anh Quynh · 9 years ago
  91. e0352d6 Limit exported symbols by Hilko Bengen · 9 years ago
  92. 9c10ace Make pkg-config and source consistent with installation by pancake · 9 years ago
  93. b3e26fd x86: add prefix constant REPE by Nguyen Anh Quynh · 10 years ago
  94. 706b808 arm: add lshift field to arm_op_mem to provide left-shift value for index register in some memory op. issue reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  95. 61ab007 x86: remove dead code & dead SSE_CC constants. issue reported by Coverity by Nguyen Anh Quynh · 10 years ago
  96. 1038fdb x86: add new registers DR8-DR15 by Nguyen Anh Quynh · 10 years ago
  97. 59c72af x86: add 3 new undocumented instructions fdisi8087_nop, feni8087_nop & ffreep by Nguyen Anh Quynh · 10 years ago
  98. 534b948 bump version to 4.0 by Nguyen Anh Quynh · 10 years ago
  99. 56128da arm64: for operand type IMM, value should have the type int64_t, not int32_t. all bindings should be fixed by Nguyen Anh Quynh · 10 years ago
  100. a7b06fd capstone.h: add comments on some hardware modes by Nguyen Anh Quynh · 10 years ago