1. d9f96e7 fixed issue #726 (snprintf undefined in test_arm_regression) by mrexodia · 8 years ago
  2. 84c14d1 fix merging conflict by Nguyen Anh Quynh · 8 years ago
  3. 45e5eab port Windows driver support by tandasat · 8 years ago
  4. 5cb3fe3 Add MIPS_GRP_XXX aliases for generic types. by Zach Riggle · 8 years ago
  5. db0554c suite: add regress/ by Nguyen Anh Quynh · 8 years ago
  6. 568718b fix the last fix by Nguyen Anh Quynh · 8 years ago
  7. 918215d fix some MSVC warnings by Nguyen Anh Quynh · 8 years ago
  8. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  9. caf8dda fix conflicts by Nguyen Anh Quynh · 9 years ago
  10. fe19541 test cs_disasm_iter benchmark by bughoho · 9 years ago
  11. 4337a77 x86: fix issue #470 & #471 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  12. f86a8d5 Add GDT/IDT handling instructions to tests by Ruslan Kabatsayev · 9 years ago
  13. 87b71ed suite: add verbose output mode to regress.py by Nguyen Anh Quynh · 9 years ago
  14. 5318167 Add tests for x86 string instructions by Ruslan Kabatsayev · 9 years ago
  15. 343a98d suite: add regress.py by Nguyen Anh Quynh · 9 years ago
  16. 07a7f6c Add missing const for arm64 update suite/test_group_name by learn_more · 9 years ago
  17. fec23ae fix autogen_x86imm.py to handle some special instructions. this fixed issue #411 reported by @pancake by Nguyen Anh Quynh · 9 years ago
  18. de6fa91 skip _LOCK_ instructions for augoten_x86.imm.py by Nguyen Anh Quynh · 9 years ago
  19. de8dd26 x86: handle operand size properly for immediate operands by Nguyen Anh Quynh · 9 years ago
  20. 7bb3508 suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  21. 67304f3 suite: add python_capstone_setup.py by Nguyen Anh Quynh · 9 years ago
  22. 5a6007b suite: correct authors of patch_major_os_version.py by Nguyen Anh Quynh · 9 years ago
  23. fd1af77 add script to MajorOperatingSystemVersion and MajorSubsystemVersion in PE header from 6 to 5 by Nguyen Tan Cong · 9 years ago
  24. 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
  25. a1a3132 add new group names from next to the test. by learn_more · 9 years ago
  26. 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
  27. 2f263f5 suite: better support for Python3 for test_group_name.py by Nguyen Anh Quynh · 9 years ago
  28. 653696e Validate group names against a hardcoded list per arch. by learn_more · 9 years ago
  29. 04f9c32 use the correct include location by learn_more · 9 years ago
  30. 19ee2d1 inttypes.h fix by Cr4sh · 9 years ago
  31. 967e987 suite: fix a MSVC warning by Nguyen Anh Quynh · 9 years ago
  32. 4b68d95 arm: fix some warnings reported by MSVC by Nguyen Anh Quynh · 9 years ago
  33. ea39692 suite: fix an compilation warning reported by MSVC on test_arm_regression.c by Nguyen Anh Quynh · 9 years ago
  34. 499f0ca suite: add some tools to verify X86 machine code by Nguyen Anh Quynh · 10 years ago
  35. d83c8c7 suite: change CS_MODE_32 -> CS_MODE_MIPS32, CS_MODE_64 -> CS_MODE_MIPS64 for fuzz.py & benchmark.py by Nguyen Anh Quynh · 10 years ago
  36. 57a902d suite: add crc32 instruction to x86odd.py by Nguyen Anh Quynh · 10 years ago
  37. b008229 suite: add some tricky x86 code to x86odd.py by Nguyen Anh Quynh · 10 years ago
  38. 02cafeb suite: update Mips modes of MC input to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  39. 952da90 suite: add missing tests to test_c.sh by Nguyen Anh Quynh · 10 years ago
  40. 435b913 suite: delete duplicate MC input in ppc64-encoding-bookIII.s.cs by Nguyen Anh Quynh · 10 years ago
  41. 4c36374 suite: normalize PPC's branch instructions having immediate operand by Nguyen Anh Quynh · 10 years ago
  42. df7dde2 suite: update test_mc.py to better handle output of different formats of MC & CS by Nguyen Anh Quynh · 10 years ago
  43. 6999d22 suite: fix inputs in MC/ by Nguyen Anh Quynh · 10 years ago
  44. d5e6341 suite: indentation for test_mc.py by Nguyen Anh Quynh · 10 years ago
  45. 9025e92 suite: cleaning up test_mc.py by Nguyen Anh Quynh · 10 years ago
  46. 8ba7250 suite: add testsuite tool 'test_mc.sh' to compare output of Capstone & LLVM by Nguyen Anh Quynh · 10 years ago
  47. 278afa3 suite: delete a broken MC input in intel-syntax-encoding.s.cs by Nguyen Anh Quynh · 10 years ago
  48. 9c9ca12 suite: add missing arch in heading info for micromips-alu-instructions-EB.s.cs by Nguyen Anh Quynh · 10 years ago
  49. 4016695 suite: fix MC test for 'prefetch' in 3DNow.s.cs by Nguyen Anh Quynh · 10 years ago
  50. 90d42bc suite: add decoding info for 3DNow.s.cs by Nguyen Anh Quynh · 10 years ago
  51. c352897 suite: more tests added to x86odd.py by Nguyen Anh Quynh · 10 years ago
  52. ff7bba3 x86: print out immediate as positive number for logic arithmetic operations: AND, OR, XOR. only works for x86 Intel syntax so far. issue reported by Pancake by Nguyen Anh Quynh · 10 years ago
  53. b87f855 x86: print negative number in memory reference address (more friendly). issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  54. ed0fbce suite: more test for memref (x86) by Nguyen Anh Quynh · 10 years ago
  55. 668b96c suite: make x86odd.py to test ATT syntax & some memref code by Nguyen Anh Quynh · 10 years ago
  56. ad449b5 suite: compile test_arm_regression.c with proper include & change cs_disasm_ex() to cs_disasm() by Nguyen Anh Quynh · 10 years ago
  57. d91f964 * Fixed bug in Thumb2 pop caused by me incorrectly assuming that by flyingsymbols · 10 years ago
  58. 79e253c Remove CS_MODE_N64 by Jay Oster · 10 years ago
  59. 147035e suite: chmod +x ppcbranch.py by Nguyen Anh Quynh · 10 years ago
  60. a3f0aef PPC: Fix absolute/relative offset for branch instruction by kratolp · 10 years ago
  61. 39a6529 Add ppc branch test suite by kratolp · 10 years ago
  62. 0b702b8 suite: add input files for systematic testing assembly instructions across all archs (MC) by Nguyen Anh Quynh · 10 years ago
  63. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  64. 3edc30d suite: correct author of test_arm_regression.c by Nguyen Anh Quynh · 10 years ago
  65. 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
  66. 298d413 * added a test file to suite for testing invalid and valid instruction sequences by flyingsymbols · 10 years ago
  67. 7ae389e suite: support XCore in fuzz.py by Nguyen Anh Quynh · 10 years ago
  68. 6a5cc57 suite: support XCore in benchmark.py by Nguyen Anh Quynh · 10 years ago
  69. 191c070 suite: update x86odd.py by Nguyen Anh Quynh · 10 years ago
  70. d711060 suite: add some new instructions to x86odd.py by Nguyen Anh Quynh · 10 years ago
  71. 4cc3040 suite: add 'hint nop' instruction to x86odd.py by Nguyen Anh Quynh · 10 years ago
  72. 33e1636 x86: support 0x82 opcode for Arithmetic instructions by Nguyen Anh Quynh · 10 years ago
  73. 4171e48 suite: make x86odd support python3 by Nguyen Anh Quynh · 10 years ago
  74. a6519b0 suite: add x86odd.py by Nguyen Anh Quynh · 10 years ago
  75. 61aaabb suite: add SystemZ support to benchmark.py & fuzz.py by Nguyen Anh Quynh · 10 years ago
  76. 61b7a72 suite: add Sparc support by Nguyen Anh Quynh · 10 years ago
  77. 0586a74 suite: minor fix for fuzz.py by Nguyen Anh Quynh · 10 years ago
  78. d9ee9b1 suite: more throughout fuzzing by Nguyen Anh Quynh · 10 years ago
  79. 1cf70fe suite: minor fixes for fuzz.py by Nguyen Anh Quynh · 10 years ago
  80. 3a61483 suite: add comments for fuzz.py by Nguyen Anh Quynh · 10 years ago
  81. 07ceab8 suite: update README for fuzz.py by Nguyen Anh Quynh · 10 years ago
  82. 5feee40 suite: fix usage instructions for fuzz.py by Nguyen Anh Quynh · 10 years ago
  83. 301e831 suite: add fuzz.py tool by Nguyen Anh Quynh · 10 years ago
  84. 07b2037 suite: cosmetic fixes for benchmark.py by Nguyen Anh Quynh · 10 years ago
  85. 1ad3723 suite: remove some irrelevant comments in benchmark.py by Nguyen Anh Quynh · 10 years ago
  86. d53c165 python: implement disasm_lite() method which only return tuples of some critical info. this improves performance by 15% by Nguyen Anh Quynh · 10 years ago
  87. 321163b suite: turn off detail for benchmark.py by Nguyen Anh Quynh · 10 years ago
  88. 94020d8 x86: fix the issue with prefix instruction declared in 2.0's RELEASE_NOTES by Nguyen Anh Quynh · 10 years ago
  89. 9389947 x86: fix a mem leaking issue in X86_insn_combine() by Nguyen Anh Quynh · 10 years ago
  90. 11b0519 reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug by Nguyen Anh Quynh · 10 years ago
  91. 9162aa1 suite: cleanup benchmark.py by Nguyen Anh Quynh · 10 years ago
  92. 66c8d5d suite: add test_all.sh by Nguyen Anh Quynh · 10 years ago
  93. d80cede last change to support BSD broke cross-comple. fix Makefile so cross-compile work again by Nguyen Anh Quynh · 10 years ago
  94. d8029ae suite: make all tests consistenly run from inside suite/ by Nguyen Anh Quynh · 10 years ago
  95. f48a879 suite: benchmark.py can benchmark specific archs, rather than all archs like before by Nguyen Anh Quynh · 10 years ago
  96. 783e6c0 suite: benchmark.py now exercises all archs by Nguyen Anh Quynh · 10 years ago
  97. ff93d75 suite: excercise benchmark.py 5 times more by Nguyen Anh Quynh · 10 years ago
  98. 34474f8 suite: benchmark.py get disasm code from binary file (python itself) rather than randomize data - this stablizes results, and can be compared with other bindings by Nguyen Anh Quynh · 10 years ago
  99. 3079ed6 suite: cleaning benchmark.py by Nguyen Anh Quynh · 11 years ago
  100. 79654d1 suite: add test_ppc and some other minor changes by Nguyen Anh Quynh · 11 years ago