1. c85a0e4 arm: correct value of ARM_GRP_INT (=CS_GRP_INT=4) by Nguyen Anh Quynh · 9 years ago
  2. 227cdd1 arm: ARM_GRP_JUMP is generated at run-time, so do not include it in insn[] 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. 5a6007b suite: correct authors of patch_major_os_version.py by Nguyen Anh Quynh · 9 years ago
  6. fd1af77 add script to MajorOperatingSystemVersion and MajorSubsystemVersion in PE header from 6 to 5 by Nguyen Tan Cong · 9 years ago
  7. a5199bd Fix spelling nits by Taras Tsugrii · 9 years ago
  8. 21b9b25 x86: fix 16bit address bound issue. reported by Oleksii Kuchma by Nguyen Anh Quynh · 9 years ago
  9. 239a35d Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  10. a118474 x86: save the immediates being changed for printing out (instructions INT/AND/OR/XOR) by Nguyen Anh Quynh · 9 years ago
  11. 1940fca Merge pull request #350 from 0vercl0k/next by Nguyen Anh Quynh · 9 years ago
  12. 12aad6f tabs & version 4.0 instead of 12 by Axel 0vercl0k Souchet · 9 years ago
  13. 232f1f1 add test_iter & test_customized_mnem to the msvc solution by Axel 0vercl0k Souchet · 9 years ago
  14. 52a6b8b arm: fix a similar issue with the last issue on MOVsr instructions by Nguyen Anh Quynh · 9 years ago
  15. b1eb522 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  16. 34502fa python: remove the leftover code in the last commit by Nguyen Anh Quynh · 9 years ago
  17. 91a1cb4 arm: correct the alias instruction id for MOVsi instructions. bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  18. 3dd47c0 Merge pull request #345 from zneak/next by Nguyen Anh Quynh · 9 years ago
  19. 600e321 Added test_customized_mnem file and target to Xcode project by Félix Cloutier · 9 years ago
  20. 98a0b20 Update README for Java Bindings by Ammar Ben Khadra · 9 years ago
  21. b0515ca Update README by Ammar Ben Khadra · 9 years ago
  22. 7e88b7a Merge pull request #341 from learn-more/next by Nguyen Anh Quynh · 9 years ago
  23. 3e915db give reg_name, insn_name, group_name a customizable default instead of returning something else for id 0 by learn_more · 9 years ago
  24. a1a3132 add new group names from next to the test. by learn_more · 9 years ago
  25. 60a7f42 Fix a bug in Cython due to renaming by danghvu · 9 years ago
  26. a76c2ff docs: add the link to mnemonic.html by Nguyen Anh Quynh · 9 years ago
  27. 9554a4f python: a minor fix for test_customized_mnem.py by Nguyen Anh Quynh · 9 years ago
  28. 1182d25 simplify ARCH_group_name() by using lookup table as suggested by @learn_more. also added the missing group name for GRP_PRIVILEGE by Nguyen Anh Quynh · 9 years ago
  29. 03d1e1f python: clean up test_*.py by Nguyen Anh Quynh · 9 years ago
  30. bbde6d5 python: support option CS_OPT_MNEMONIC by Nguyen Anh Quynh · 9 years ago
  31. 44adb35 python: clean test_skipdata.py by Nguyen Anh Quynh · 9 years ago
  32. 627b901 tests: add info of test_customized_mnem.c to README by Nguyen Anh Quynh · 9 years ago
  33. de654dd rename MNEMONIC_SIZE to CS_MNEMONIC_SIZE by Nguyen Anh Quynh · 9 years ago
  34. c0b1de3 tests: simplify test_customized_mnem.c a little bit by Nguyen Anh Quynh · 9 years ago
  35. 1b26a3c bump CS_NEXT_VERSION to 3 due to newly added option CS_OPT_MNEMONIC by Nguyen Anh Quynh · 9 years ago
  36. 0b96545 new option CS_OPT_MNEMONIC to customize instruction mnemonic by Nguyen Anh Quynh · 9 years ago
  37. 2f263f5 suite: better support for Python3 for test_group_name.py by Nguyen Anh Quynh · 9 years ago
  38. 653696e Validate group names against a hardcoded list per arch. by learn_more · 9 years ago
  39. 97eba89 python: correct a comment of method CsInsn.group_name() by Nguyen Anh Quynh · 9 years ago
  40. 34add26 Merge pull request #336 from mrexodia/next by Nguyen Anh Quynh · 9 years ago
  41. 31e8c0b Update capstone.h by mrexodia · 9 years ago
  42. cbdbd4f Merge pull request #330 from frida/fix/pkgconfig by Nguyen Anh Quynh · 9 years ago
  43. 495a4f5 Improve the pkgconfig generation logic by Ole André Vadla Ravnås · 9 years ago
  44. 5a3b9c1 Merge pull request #329 from frida/fix/warning by Nguyen Anh Quynh · 9 years ago
  45. becd2c7 Merge pull request #328 from frida/fix/lock-cmpxchg16b by Nguyen Anh Quynh · 9 years ago
  46. d2e6b5a Fix warning reported by MSVC by Ole André Vadla Ravnås · 9 years ago
  47. a4f9da9 Fix handling of cmpxchg16b with lock prefix by Ole André Vadla Ravnås · 9 years ago
  48. 67aee91 arm: Changed CS_GRP_ prefix to ARM_GRP_ prefix, added ARM_GRP_CALL group. by derrek · 9 years ago
  49. cf959c0 coding style by Nguyen Anh Quynh · 9 years ago
  50. 8133454 Merge pull request #327 from learn-more/next by Nguyen Anh Quynh · 9 years ago
  51. 3ff5dc5 Also include the common headers. by learn_more · 9 years ago
  52. b68d6a9 Split headers and source in CMake Headers and source are grouped per project. by learn_more · 9 years ago
  53. 49ff95b arm: Fixed implicit read/written registers for SVC instructions. by derrek · 9 years ago
  54. 5b78a6a Fixed/added ARM_GRP_JUMP and CS_GRP_CALL information. by derrek · 9 years ago
  55. 3c5d08f Merge pull request #316 from remittor/next3 by Nguyen Anh Quynh · 9 years ago
  56. 9400046 Merge pull request #324 from learn-more/next by Nguyen Anh Quynh · 9 years ago
  57. 04f9c32 use the correct include location by learn_more · 9 years ago
  58. 34c5ae3 arm: BLX should read PC & modify LR registers. bug reported by Zach Riggle by Nguyen Anh Quynh · 9 years ago
  59. 24866bd Merge branch 'next' of https://github.com/bSr43/capstone into t6 by Nguyen Anh Quynh · 9 years ago
  60. 368c367 [x86] Fix decode opcode A0 and A1 (X86_MOV32ao16 + X86_MOV64ao32) by remittor · 9 years ago
  61. b5e0f13 Merge branch 'next' of https://github.com/aquynh/capstone into next by Vincent Bénony · 9 years ago
  62. d2f47d0 Remove enum for ASRS, LSRS, SUBS and MOVS by Vincent Bénony · 9 years ago
  63. 68d7f72 remove some variants by Vincent Bénony · 9 years ago
  64. ba2ead0 some fixes for bindings/README by Nguyen Anh Quynh · 9 years ago
  65. 1dacf5a update bindings/README to add Capstone.NET binding by Nguyen Anh Quynh · 9 years ago
  66. de693e4 delete a trailing whitespace in x86.h by Nguyen Anh Quynh · 9 years ago
  67. 62f843f Merge branch 'next' of https://github.com/remittor/capstone into t5 by Nguyen Anh Quynh · 9 years ago
  68. 75bd853 Merge pull request #318 from captincook/next by Nguyen Anh Quynh · 9 years ago
  69. f59b3a7 [x86] Fix decode opcode A0 and A1 (movabs) by remittor · 9 years ago
  70. 556f4fe [x86] Replace "enum x86_eflags_type" to #define by remittor · 9 years ago
  71. 3a75479 Changed type for segment,base,index in struct x86_op_mem by remittor · 9 years ago
  72. 68e948b Changed type for cs_x86_op.reg by remittor · 9 years ago
  73. 21a2695 whitespace, as requested. by learn_more · 9 years ago
  74. 147d95b Change msvc ImportLib for static target to 'capstone_dll.lib' by learn_more · 9 years ago
  75. 72ee3c9 sparc: Improved displacement decoding for banching instructions by NighterMan · 9 years ago
  76. 299dd09 Merge branch 'next' of https://github.com/aquynh/capstone into next by Vincent Bénony · 9 years ago
  77. 26cb4aa x86: add more cases to print as unsigned 8bit imm by me · 9 years ago
  78. 89820c4 x86: print 8 bit immediate number in positive form. still need a more systematic approach to do same thing for other forms of immediates by Nguyen Anh Quynh · 9 years ago
  79. 8db578a fix typo in myinttypes.h by Nguyen Anh Quynh · 9 years ago
  80. 160e198 Add support to embed Capstone 3.x branch into OS X kernel extensions. by reverser · 9 years ago
  81. 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
  82. 66cff88 Merge branch 'next' of https://github.com/aquynh/capstone into next by Vincent Bénony · 9 years ago
  83. 7289f15 x86: tighter check on return of consumeByte() & lookAtByte(). this fixes the segfault on the sole input of 0xf3 reported by windhl by Nguyen Anh Quynh · 9 years ago
  84. e5e8743 Renaming inttypes.h -> myinttypes.h by Félix Cloutier · 9 years ago
  85. cbbbac2 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  86. c343a91 python: revert to use distutils rather than setuptools by Nguyen Anh Quynh · 9 years ago
  87. 3feaa11 Add DESTDIR support for the python binding. by Hank Leininger · 9 years ago
  88. ed643e8 README: add Rust as supported binding language by Nguyen Anh Quynh · 9 years ago
  89. 1c02880 Add DESTDIR support for the python binding. by Hank Leininger · 9 years ago
  90. 2a36c16 python: fix test_arm.py (indentation on output) by Nguyen Anh Quynh · 9 years ago
  91. 8fa48fb bindings: update java/ocaml/python bindings after the last change on Arm core by Nguyen Anh Quynh · 9 years ago
  92. 29f777b arm: support cs_regs_access() API by Nguyen Anh Quynh · 9 years ago
  93. 5f22deb add links to Lua & Rust bindings by Nguyen Anh Quynh · 9 years ago
  94. 7fc876a x86: add some FP instructions with st(0) register to insn_regs_att[] & insn_regs_intel[]. also add missing access info for these instructions to insn_ops[] by Nguyen Anh Quynh · 9 years ago
  95. ad18ed0 x86: fix issue #305. also correct arrays insn_regs_att[] & insn_regs_intel[] by Nguyen Anh Quynh · 9 years ago
  96. e3b5723 Merge branch 'next' of https://github.com/aquynh/capstone into next by Vincent Bénony · 9 years ago
  97. b023ffe x86: add missing CL register operand for shift rotate instructions involving CL (AT&T syntax) by Nguyen Anh Quynh · 9 years ago
  98. 3f1bfc9 x86: fix operand access info of string instructions by Nguyen Anh Quynh · 9 years ago
  99. 199ef42 x86: the exact registers (*SI/*DI) that string instructions access depend on hardware mode (16/32/64bit) by Nguyen Anh Quynh · 9 years ago
  100. 230c781 Merge branch 'eflags-fix' into next by Vincent Bénony · 9 years ago