1. a09a818 Relative branch group (#964) by Alfredo Beaumont · 7 years ago
  2. 1fb2b53 Add CS_MODE_MIPS2 to opt-in for COP3 instructions (#939) by Francesco Tamagni · 7 years ago
  3. bde76eb x86: fix FPU flags so const_generator.py can generate proper Python symbols by Nguyen Anh Quynh · 7 years ago
  4. 7982670 Next (#918) by echotyh · 7 years ago
  5. a8c7e4a Merge #929 with some changes to get things compile (#930) by vit9696 · 7 years ago
  6. 64328e3 x86: add UD0 instruction by Nguyen Anh Quynh · 7 years ago
  7. 0850d55 Added support for the TMS320C64x architecture. by Fotis Loukos · 8 years ago
  8. 52fa600 fix some warnings on VS2010 on redefining INTxx_MIN, INTxx_MAX by Nguyen Anh Quynh · 8 years ago
  9. 755ec4b arm64: rename enum arm64_mrs_reg to arm64_sysreg by Nguyen Anh Quynh · 8 years ago
  10. 35c9623 (M68k) make displacements signed (#836) by BartmanAbyss · 8 years ago
  11. b1b9f2c Fix build under VS2012 (i.e. MSC_VER = 1700) by Ben Cheney · 8 years ago
  12. 5bc875a x86: fix X86_REL_ADDR macro - handle two-byte jump instructions by Gabor Buella · 8 years ago
  13. 10618e3 add CS_VERSION_{MAJOR, MINOR, EXTRA} by Nguyen Anh Quynh · 8 years ago
  14. 3ba8c4d improve dependency on header files *.h, and remove clean from make.sh. see PR #793 by Nguyen Anh Quynh · 8 years ago
  15. 565b6c3 fix typo, style by Satoshi Tanda · 8 years ago
  16. 69f4a36 fix annotation. by qc1iu · 8 years ago
  17. f38cc69 changed fcompi to fcomip and fucompi to fucomip by mrexodia · 8 years ago
  18. e147e3a arm64: add NEGS & NGCS alias instructions. this fixes issue #752 by Nguyen Anh Quynh · 8 years ago
  19. abded30 Update capstone.h by McLovi9 · 8 years ago
  20. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  21. 7d4c660 Fix typo in m68k constant for immediate operand. by Niels Boehm · 8 years ago
  22. 84c14d1 fix merging conflict by Nguyen Anh Quynh · 8 years ago
  23. 2f3241d Merge pull request #669 from zachriggle/next-mips by Nguyen Anh Quynh · 8 years ago
  24. 8e9519c fix merge error by tandasat · 8 years ago
  25. c45f1db Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  26. 45e5eab port Windows driver support by tandasat · 8 years ago
  27. 3581563 Changed register pair handling in M68K header by Inokentiy Babushkin · 8 years ago
  28. 5cb3fe3 Add MIPS_GRP_XXX aliases for generic types. by Zach Riggle · 8 years ago
  29. cbf5d3d Remove never used cs_x86_op::fp by Ruslan Kabatsayev · 8 years ago
  30. f3b8863 Merge branch 'next' of https://github.com/koutheir/capstone into koutheir-next by Nguyen Anh Quynh · 9 years ago
  31. c509fd1 m68k: fix conflicts when merging with #625 by Nguyen Anh Quynh · 9 years ago
  32. 74b596a m68k: fix spelling error in comments of m68k.h by Nguyen Anh Quynh · 9 years ago
  33. 548a10d Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  34. 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 · 9 years ago
  35. 035214b arm64: change access field type to uint8_t by Nguyen Anh Quynh · 9 years ago
  36. fb1855f Add ENDING constants to be consistent with other archs by Ben Nagy · 9 years ago
  37. ea030cb fix spelling error in comments by Ben Nagy · 9 years ago
  38. c856f15 [M68K] typo on m68k_address_mode private struct by Nicolas PLANEL · 9 years ago
  39. 1bca054 Various fixes by Daniel Collin · 9 years ago
  40. 988bb63 [M68K] Added basic groups by Daniel Collin · 9 years ago
  41. 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 · 9 years ago
  42. 9325590 Fixed xcore header to comply with bindings by Inokentiy Babushkin · 9 years ago
  43. c26c575 Fixed systemz header to comply with bindings by Inokentiy Babushkin · 9 years ago
  44. f1287c8 Fixed sparc header to comply with bindings by Inokentiy Babushkin · 9 years ago
  45. 41b09c3 Fixed register types by Inokentiy Babushkin · 9 years ago
  46. 256090a add CS_OPT_UNSIGNED option to print immediate in unsigned form. only ARM is supported for now (issue #585) by Nguyen Anh Quynh · 9 years ago
  47. 6de6425 Merge branch 'arm64_reg_access' of https://github.com/pranith/capstone into pranith-arm64_reg_access by Nguyen Anh Quynh · 9 years ago
  48. 3722c74 cosmetic change in capstone.h by Nguyen Anh Quynh · 9 years ago
  49. 653827b Add register access info for ARM64 by Pranith Kumar · 9 years ago
  50. 1f72320 m68k: coding style by Nguyen Anh Quynh · 9 years ago
  51. 93a007d m68k: fix prototype guard for m68k.h by Nguyen Anh Quynh · 9 years ago
  52. ac63d5b m68k: cleanup & code style by Nguyen Anh Quynh · 9 years ago
  53. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  54. 8848ea3 Fix build for cygwin by pancake · 9 years ago
  55. 8aba4cd add error code CS_ERR_X86_MASM by Nguyen Anh Quynh · 9 years ago
  56. 62918ab support new syntax CS_OPT_SYNTAX_MASM for X86 by Nguyen Anh Quynh · 9 years ago
  57. 1e882cf Add ARM64_GRP_INT to AArch64 for SVC instruction by Zach Riggle · 9 years ago
  58. 8102aac Make PowerPC imm 64 bit (instad 32 bit) by Gabriel Corona · 9 years ago
  59. c85a0e4 arm: correct value of ARM_GRP_INT (=CS_GRP_INT=4) by Nguyen Anh Quynh · 9 years ago
  60. 01a744c arm: Added instruction group ARM_GRP_INT, ARM_INS_SVC is now using it. by derrek · 9 years ago
  61. 2dbe2e6 Merge branch 'next' of https://github.com/aquynh/capstone into next by derrek · 9 years ago
  62. a5199bd Fix spelling nits by Taras Tsugrii · 9 years ago
  63. bbde6d5 python: support option CS_OPT_MNEMONIC by Nguyen Anh Quynh · 9 years ago
  64. de654dd rename MNEMONIC_SIZE to CS_MNEMONIC_SIZE by Nguyen Anh Quynh · 9 years ago
  65. 1b26a3c bump CS_NEXT_VERSION to 3 due to newly added option CS_OPT_MNEMONIC by Nguyen Anh Quynh · 9 years ago
  66. 0b96545 new option CS_OPT_MNEMONIC to customize instruction mnemonic by Nguyen Anh Quynh · 9 years ago
  67. 31e8c0b Update capstone.h by mrexodia · 9 years ago
  68. 67aee91 arm: Changed CS_GRP_ prefix to ARM_GRP_ prefix, added ARM_GRP_CALL group. by derrek · 9 years ago
  69. b5e0f13 Merge branch 'next' of https://github.com/aquynh/capstone into next by Vincent Bénony · 10 years ago
  70. d2f47d0 Remove enum for ASRS, LSRS, SUBS and MOVS by Vincent Bénony · 10 years ago
  71. 68d7f72 remove some variants by Vincent Bénony · 10 years ago
  72. de693e4 delete a trailing whitespace in x86.h by Nguyen Anh Quynh · 10 years ago
  73. 556f4fe [x86] Replace "enum x86_eflags_type" to #define by remittor · 10 years ago
  74. 3a75479 Changed type for segment,base,index in struct x86_op_mem by remittor · 10 years ago
  75. 68e948b Changed type for cs_x86_op.reg by remittor · 10 years ago
  76. 160e198 Add support to embed Capstone 3.x branch into OS X kernel extensions. by reverser · 10 years ago
  77. 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 · 10 years ago
  78. 29f777b arm: support cs_regs_access() API by Nguyen Anh Quynh · 10 years ago
  79. 53ccc2c bump CS_NEXT_VERSION up due to the newly added API cs_regs_access() by Nguyen Anh Quynh · 10 years ago
  80. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 10 years ago
  81. 9092e52 Change AArch64 GRP_JUMP to use a static table implementation by David Callahan · 10 years ago
  82. 21bf9ce Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  83. 681070c Merge pull request #279 from radare/arm64-priv by Nguyen Anh Quynh · 10 years ago
  84. b8ffb86 ppc: fix a bug in QPX mode & add some QPX alias instructions. by Nguyen Anh Quynh · 10 years ago
  85. a089e14 Fix ARM64_GRP_PRIVILEGE by pancake · 10 years ago
  86. 307973f Fix ARM_GRP_PRIVILEGE by pancake · 10 years ago
  87. dae7c3e add ARM64_GRP_PRIVILEGE group and tag some instructions by pancake · 10 years ago
  88. cf74a14 add ARM_GRP_PRIVILEGE group and tag some instructions by pancake · 10 years ago
  89. bf97e21 core: add CS_NEXT_VERSION to version the latest code in the 'next' branch by Nguyen Anh Quynh · 10 years ago
  90. 4dd0dcb add CS_GRP_PRIVILEGE group, and also add X86_GRP_PRIVILEGE group for bunch of X86 privileged instructions by Nguyen Anh Quynh · 10 years ago
  91. e4ca35d x86: delete the fiction instruction X86_INS_VPCOM by Nguyen Anh Quynh · 10 years ago
  92. 7a94483 x86: remove another fiction instruction VCMP by Nguyen Anh Quynh · 10 years ago
  93. e402e02 x86: remove unreal instruction VPCMP by Nguyen Anh Quynh · 10 years ago
  94. a81bf42 x86: add new field @xop_cc to struct @cs_x86 by Nguyen Anh Quynh · 10 years ago
  95. ad42f16 mips: remove the confusing mode CS_MODE_MIPSGP64 by Nguyen Anh Quynh · 10 years ago
  96. 54d5071 x86: update core. also update all the bindings Java, Ocaml & Python by Nguyen Anh Quynh · 10 years ago
  97. bfcaba5 2015 by Nguyen Anh Quynh · 10 years ago
  98. 0be9eab ppc: update core by Nguyen Anh Quynh · 10 years ago
  99. 7e25609 arm: fix bugs in the last commit by Nguyen Anh Quynh · 10 years ago
  100. d1fc2bd arm: update core by Nguyen Anh Quynh · 10 years ago