1. 8102aac Make PowerPC imm 64 bit (instad 32 bit) by Gabriel Corona · 9 years ago
  2. c85a0e4 arm: correct value of ARM_GRP_INT (=CS_GRP_INT=4) by Nguyen Anh Quynh · 9 years ago
  3. 01a744c arm: Added instruction group ARM_GRP_INT, ARM_INS_SVC is now using it. by derrek · 9 years ago
  4. 2dbe2e6 Merge branch 'next' of https://github.com/aquynh/capstone into next by derrek · 9 years ago
  5. a5199bd Fix spelling nits by Taras Tsugrii · 9 years ago
  6. bbde6d5 python: support option CS_OPT_MNEMONIC by Nguyen Anh Quynh · 9 years ago
  7. de654dd rename MNEMONIC_SIZE to CS_MNEMONIC_SIZE by Nguyen Anh Quynh · 9 years ago
  8. 1b26a3c bump CS_NEXT_VERSION to 3 due to newly added option CS_OPT_MNEMONIC by Nguyen Anh Quynh · 9 years ago
  9. 0b96545 new option CS_OPT_MNEMONIC to customize instruction mnemonic by Nguyen Anh Quynh · 9 years ago
  10. 31e8c0b Update capstone.h by mrexodia · 9 years ago
  11. 67aee91 arm: Changed CS_GRP_ prefix to ARM_GRP_ prefix, added ARM_GRP_CALL group. by derrek · 9 years ago
  12. b5e0f13 Merge branch 'next' of https://github.com/aquynh/capstone into next by Vincent Bénony · 9 years ago
  13. d2f47d0 Remove enum for ASRS, LSRS, SUBS and MOVS by Vincent Bénony · 9 years ago
  14. 68d7f72 remove some variants by Vincent Bénony · 9 years ago
  15. de693e4 delete a trailing whitespace in x86.h by Nguyen Anh Quynh · 9 years ago
  16. 556f4fe [x86] Replace "enum x86_eflags_type" to #define by remittor · 9 years ago
  17. 3a75479 Changed type for segment,base,index in struct x86_op_mem by remittor · 9 years ago
  18. 68e948b Changed type for cs_x86_op.reg by remittor · 9 years ago
  19. 160e198 Add support to embed Capstone 3.x branch into OS X kernel extensions. by reverser · 10 years ago
  20. 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
  21. 29f777b arm: support cs_regs_access() API by Nguyen Anh Quynh · 10 years ago
  22. 53ccc2c bump CS_NEXT_VERSION up due to the newly added API cs_regs_access() by Nguyen Anh Quynh · 10 years ago
  23. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 10 years ago
  24. 9092e52 Change AArch64 GRP_JUMP to use a static table implementation by David Callahan · 10 years ago
  25. 21bf9ce Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  26. 681070c Merge pull request #279 from radare/arm64-priv by Nguyen Anh Quynh · 10 years ago
  27. b8ffb86 ppc: fix a bug in QPX mode & add some QPX alias instructions. by Nguyen Anh Quynh · 10 years ago
  28. a089e14 Fix ARM64_GRP_PRIVILEGE by pancake · 10 years ago
  29. 307973f Fix ARM_GRP_PRIVILEGE by pancake · 10 years ago
  30. dae7c3e add ARM64_GRP_PRIVILEGE group and tag some instructions by pancake · 10 years ago
  31. cf74a14 add ARM_GRP_PRIVILEGE group and tag some instructions by pancake · 10 years ago
  32. bf97e21 core: add CS_NEXT_VERSION to version the latest code in the 'next' branch by Nguyen Anh Quynh · 10 years ago
  33. 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
  34. e4ca35d x86: delete the fiction instruction X86_INS_VPCOM by Nguyen Anh Quynh · 10 years ago
  35. 7a94483 x86: remove another fiction instruction VCMP by Nguyen Anh Quynh · 10 years ago
  36. e402e02 x86: remove unreal instruction VPCMP by Nguyen Anh Quynh · 10 years ago
  37. a81bf42 x86: add new field @xop_cc to struct @cs_x86 by Nguyen Anh Quynh · 10 years ago
  38. ad42f16 mips: remove the confusing mode CS_MODE_MIPSGP64 by Nguyen Anh Quynh · 10 years ago
  39. 54d5071 x86: update core. also update all the bindings Java, Ocaml & Python by Nguyen Anh Quynh · 10 years ago
  40. bfcaba5 2015 by Nguyen Anh Quynh · 10 years ago
  41. 0be9eab ppc: update core by Nguyen Anh Quynh · 10 years ago
  42. 7e25609 arm: fix bugs in the last commit by Nguyen Anh Quynh · 10 years ago
  43. d1fc2bd arm: update core by Nguyen Anh Quynh · 10 years ago
  44. c87ccd1 mips: fix bugs in the last update by Nguyen Anh Quynh · 10 years ago
  45. 96ee76f Merge branch 'next' of https://github.com/radare/capstone into test2 by Nguyen Anh Quynh · 10 years ago
  46. 9c10ace Make pkg-config and source consistent with installation by pancake · 10 years ago