1. 4b4a848 Print EFLAGS and FPU_FLAGS correctly in test_x86 (#1365) by Scott Knight · 6 years ago
  2. 65cad8c Fix CAPSTONE_HAS_PPC flags (#1361) by Scott Knight · 6 years ago
  3. 5fdc7de Fix a couple of corner-cases with rarely used m68k instructions. (#1344) by Erik Hemming · 6 years ago
  4. deb9a3c Merge branch 'master' into next by Nguyen Anh Quynh · 6 years ago
  5. 02497b1 Normalize IS_MINGW checks (and include MSYS, like main Makefile) (#1318) by Nelson Chen · 6 years ago
  6. 6318f62 tests: add MOS65XX sample to test_basic.c by Nguyen Anh Quynh · 6 years ago
  7. 3933674 mos65xx: solve conflicts by Nguyen Anh Quynh · 6 years ago
  8. 87221fa Add support for the MOS65XX family such as the MOS 6502. by Sebastian Macke · 6 years ago
  9. 740f05b fix warnings on const char * discards qualifiers by Nguyen Anh Quynh · 6 years ago
  10. 2fc852d fix warnings on const char * discards qualifiers by Nguyen Anh Quynh · 6 years ago
  11. dce7da9 Merges encoding to next (#1194) by Stephen Eckels · 6 years ago
  12. 863ec0a EVM: add missing files by Nguyen Anh Quynh · 7 years ago
  13. ed1246d add Ethereum VM architecture by Nguyen Anh Quynh · 7 years ago
  14. 0f3dc67 tests: fix warning on unused var in test_skipdata.c by Nguyen Anh Quynh · 7 years ago
  15. 1af1e41 fix tests & cstool, so we can compile on MSVC 2010 by Nguyen Anh Quynh · 7 years ago
  16. d19cedc sparc: change imm type from int32_t to int64_t by Nguyen Anh Quynh · 7 years ago
  17. 22b4d0e M680X: Target ready for pull request (#1034) by Wolfgang Schwotzer · 7 years ago
  18. 1fb2b53 Add CS_MODE_MIPS2 to opt-in for COP3 instructions (#939) by Francesco Tamagni · 7 years ago
  19. ae34c9b Merge branch 'next2' into next by Nguyen Anh Quynh · 7 years ago
  20. cc8cc60 cleanup by Nguyen Anh Quynh · 7 years ago
  21. bbc5fe3 Fixed myinttypes.h by Fotis Loukos · 7 years ago
  22. 0a159f1 TMS320C64x support at tests and const generator. by Fotis Loukos · 8 years ago
  23. 0850d55 Added support for the TMS320C64x architecture. by Fotis Loukos · 8 years ago
  24. ef4a2db tests: cleanup by Nguyen Anh Quynh · 8 years ago
  25. 565b6c3 fix typo, style by Satoshi Tanda · 8 years ago
  26. 958ba65 arm: treat ARM address as unsigned by Akihiko Odaki · 8 years ago
  27. bf2690a Merge pull request #696 from emoon/m68k-reg-read-write by Nguyen Anh Quynh · 8 years ago
  28. aaf2c49 [M68K] Implemented regs read/write lists by Daniel Collin · 8 years ago
  29. 7d4c660 Fix typo in m68k constant for immediate operand. by Niels Boehm · 8 years ago
  30. d6e0d6a tests: minor fix for test_arm64.c by Nguyen Anh Quynh · 8 years ago
  31. ff428f8 Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  32. f7fe640 port #684 to the next branch by tandasat · 8 years ago
  33. 53b8174 Further refinements to the tests + python test fix for M68K by Inokentiy Babushkin · 8 years ago
  34. e6fd7ac Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  35. fc4488b Reduced confusion caused by the m68k test being out of date by Inokentiy Babushkin · 8 years ago
  36. c45f1db Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  37. 45e5eab port Windows driver support by tandasat · 8 years ago
  38. a19fd65 Fixed trivial (all) compiler warnings by Inokentiy Babushkin · 8 years ago
  39. cbf5d3d Remove never used cs_x86_op::fp by Ruslan Kabatsayev · 8 years ago
  40. 988bb63 [M68K] Added basic groups by Daniel Collin · 8 years ago
  41. 9031b17 arm64: indentation by Nguyen Anh Quynh · 9 years ago
  42. 653827b Add register access info for ARM64 by Pranith Kumar · 9 years ago
  43. fa1ad4c [tests] test_m68k.c fixup some minors output glitch by Nicolas PLANEL · 9 years ago
  44. ce68098 [tests] avoid overlap i variable namespace by Nicolas PLANEL · 9 years ago
  45. b16658d m68k: add M68K code to test_basic.c & test_detail.c by Nguyen Anh Quynh · 9 years ago
  46. cd206ff Made test_m68k a bit more verbose by Daniel Collin · 9 years ago
  47. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  48. cf7627d delete old code by bughoho · 9 years ago
  49. edd7659 https://github.com/aquynh/capstone/issues/483 by bughoho · 9 years ago
  50. 62918ab support new syntax CS_OPT_SYNTAX_MASM for X86 by Nguyen Anh Quynh · 9 years ago
  51. a973ef6 tests: commit the Makefile forgotten in the last commit by Nguyen Anh Quynh · 9 years ago
  52. 20037df tests: properly define HAS_XXX marcros so some tests work by Nguyen Anh Quynh · 9 years ago
  53. 960aba4 tests: fix some warnings for unused variables in test_skipdata.c by Nguyen Anh Quynh · 9 years ago
  54. 63fbf8e Include tests only for supported architectures. by Taras Tsugrii · 9 years ago
  55. 7bb3508 suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  56. cdd677f Add debug build target and fuzz testing harness. by Felix Grobert · 9 years ago
  57. 968ec56 tests: remove orphan binaries due to renaming of test.c to test_basic.c by Nguyen Anh Quynh · 9 years ago
  58. 50c352c Make tests fail loudly by Yegor Derevenets · 9 years ago
  59. 2c07346 Added test build target, fixed CMake warning by Yegor Derevenets · 9 years ago
  60. 8102aac Make PowerPC imm 64 bit (instad 32 bit) by Gabriel Corona · 9 years ago
  61. 627b901 tests: add info of test_customized_mnem.c to README by Nguyen Anh Quynh · 9 years ago
  62. c0b1de3 tests: simplify test_customized_mnem.c a little bit by Nguyen Anh Quynh · 9 years ago
  63. 0b96545 new option CS_OPT_MNEMONIC to customize instruction mnemonic by Nguyen Anh Quynh · 9 years ago
  64. 29f777b arm: support cs_regs_access() API by Nguyen Anh Quynh · 9 years ago
  65. 19ee2d1 inttypes.h fix by Cr4sh · 10 years ago
  66. 3a99bc6 tests: fix an warning on big left shifting. issue reported by Coverity by Nguyen Anh Quynh · 10 years ago
  67. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 10 years ago
  68. b8ffb86 ppc: fix a bug in QPX mode & add some QPX alias instructions. by Nguyen Anh Quynh · 10 years ago
  69. a81bf42 x86: add new field @xop_cc to struct @cs_x86 by Nguyen Anh Quynh · 10 years ago
  70. 9c10ace Make pkg-config and source consistent with installation by pancake · 10 years ago
  71. 6c34c66 tests: update test_arm.c to add a sample reflecting the addition of lshift field on arm_op_mem by Nguyen Anh Quynh · 10 years ago
  72. faa925a fix bindings (python/java) and tests after the last change on the type of imm of cs_arm64_op by Nguyen Anh Quynh · 10 years ago
  73. 84df600 tests: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  74. 0d97a3b mips: CS_MODE_MIPS32R6 is an independent mode, and should not combine with CS_MODE_32 by Nguyen Anh Quynh · 10 years ago
  75. 8cdafda arm: add new field mem_barrier to cs_arm struct. this requires changes in bindings by Nguyen Anh Quynh · 10 years ago
  76. 83466d4 test: add sample code for ARM's CS_MODE_MCLASS & CS_MODE_V8 by Nguyen Anh Quynh · 10 years ago
  77. 248519e mips: properly handle Mips32R6 mode. bug reported by Jay Oster by Nguyen Anh Quynh · 10 years ago
  78. 2f5081c tests: remove broken test on Mips's Micro mode by Nguyen Anh Quynh · 10 years ago
  79. 5720cb7 tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code) by Nguyen Anh Quynh · 10 years ago
  80. 5c0d9a4 Add '4*cri+cond' to operand list by kratolp · 10 years ago
  81. f0acace Merge branch 'newapi' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  82. 7170cb2 tests: add some comments for test_iter.c by Nguyen Anh Quynh · 10 years ago
  83. 2d752f9 tests: add introductions for test_skipdata.c & test_iter.c to README by Nguyen Anh Quynh · 10 years ago
  84. 0a2eca7 modify API cs_disasm_iter() and add new API cs_malloc(). also adds sample code test_iter.c by Nguyen Anh Quynh · 10 years ago
  85. 8fb2eab arm: some operands can get subtracted from base register, thus have '-' sign associated. this adds subtracted field into cs_arm_op to provide this info. issue reported by Yegor Derevenets by Nguyen Anh Quynh · 10 years ago
  86. 910a4df tests: compile without -O3 flag. this is to make it easier to maintain FreeBSD package by Nguyen Anh Quynh · 10 years ago
  87. 839890b tests: use cs_group_name() to print out group names in test_detail.c & test_detail.py by Nguyen Anh Quynh · 10 years ago
  88. 54f8cef mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  89. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  90. 7e57e79 ppc: handle branch condition for alias instructions. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  91. 04d9f8e arm: update core with a lot more details provided in detail mode now. update Python & Java bindings to reflect the core's changes by Nguyen Anh Quynh · 10 years ago
  92. 4f0d704 arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1 by Nguyen Anh Quynh · 10 years ago
  93. 0beb0d4 api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future by Nguyen Anh Quynh · 10 years ago
  94. 9be1f93 fixed warnings in MSVC x64 compilation by Mr. eXoDia · 10 years ago
  95. 5166236 python: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  96. 46a74e5 arm64: update core. this added a lot more details to cs_arm64_op struct by Nguyen Anh Quynh · 10 years ago
  97. 0df7e93 Change the prototype of the callback in SKIPDATA option. Suggested by Ben Nagy. by Nguyen Anh Quynh · 10 years ago
  98. faf368b Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  99. ffc8aaa Fix minor style inconsistency by Ole André Vadla Ravnås · 10 years ago
  100. b202b91 Simplify universal builds by relying on the linker to do the right thing by Ole André Vadla Ravnås · 10 years ago