1. ef4a2db tests: cleanup by Nguyen Anh Quynh · 8 years ago
  2. 565b6c3 fix typo, style by Satoshi Tanda · 8 years ago
  3. 958ba65 arm: treat ARM address as unsigned by Akihiko Odaki · 8 years ago
  4. bf2690a Merge pull request #696 from emoon/m68k-reg-read-write by Nguyen Anh Quynh · 8 years ago
  5. aaf2c49 [M68K] Implemented regs read/write lists by Daniel Collin · 8 years ago
  6. 7d4c660 Fix typo in m68k constant for immediate operand. by Niels Boehm · 8 years ago
  7. d6e0d6a tests: minor fix for test_arm64.c by Nguyen Anh Quynh · 8 years ago
  8. ff428f8 Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  9. f7fe640 port #684 to the next branch by tandasat · 8 years ago
  10. 53b8174 Further refinements to the tests + python test fix for M68K by Inokentiy Babushkin · 8 years ago
  11. e6fd7ac Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  12. fc4488b Reduced confusion caused by the m68k test being out of date by Inokentiy Babushkin · 8 years ago
  13. c45f1db Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  14. 45e5eab port Windows driver support by tandasat · 8 years ago
  15. a19fd65 Fixed trivial (all) compiler warnings by Inokentiy Babushkin · 8 years ago
  16. cbf5d3d Remove never used cs_x86_op::fp by Ruslan Kabatsayev · 8 years ago
  17. 988bb63 [M68K] Added basic groups by Daniel Collin · 8 years ago
  18. 9031b17 arm64: indentation by Nguyen Anh Quynh · 9 years ago
  19. 653827b Add register access info for ARM64 by Pranith Kumar · 9 years ago
  20. fa1ad4c [tests] test_m68k.c fixup some minors output glitch by Nicolas PLANEL · 9 years ago
  21. ce68098 [tests] avoid overlap i variable namespace by Nicolas PLANEL · 9 years ago
  22. b16658d m68k: add M68K code to test_basic.c & test_detail.c by Nguyen Anh Quynh · 9 years ago
  23. cd206ff Made test_m68k a bit more verbose by Daniel Collin · 9 years ago
  24. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  25. cf7627d delete old code by bughoho · 9 years ago
  26. edd7659 https://github.com/aquynh/capstone/issues/483 by bughoho · 9 years ago
  27. 62918ab support new syntax CS_OPT_SYNTAX_MASM for X86 by Nguyen Anh Quynh · 9 years ago
  28. a973ef6 tests: commit the Makefile forgotten in the last commit by Nguyen Anh Quynh · 9 years ago
  29. 20037df tests: properly define HAS_XXX marcros so some tests work by Nguyen Anh Quynh · 9 years ago
  30. 960aba4 tests: fix some warnings for unused variables in test_skipdata.c by Nguyen Anh Quynh · 9 years ago
  31. 63fbf8e Include tests only for supported architectures. by Taras Tsugrii · 9 years ago
  32. 7bb3508 suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  33. cdd677f Add debug build target and fuzz testing harness. by Felix Grobert · 9 years ago
  34. 968ec56 tests: remove orphan binaries due to renaming of test.c to test_basic.c by Nguyen Anh Quynh · 9 years ago
  35. 50c352c Make tests fail loudly by Yegor Derevenets · 9 years ago
  36. 2c07346 Added test build target, fixed CMake warning by Yegor Derevenets · 9 years ago
  37. 8102aac Make PowerPC imm 64 bit (instad 32 bit) by Gabriel Corona · 9 years ago
  38. 627b901 tests: add info of test_customized_mnem.c to README by Nguyen Anh Quynh · 9 years ago
  39. c0b1de3 tests: simplify test_customized_mnem.c a little bit by Nguyen Anh Quynh · 9 years ago
  40. 0b96545 new option CS_OPT_MNEMONIC to customize instruction mnemonic by Nguyen Anh Quynh · 9 years ago
  41. 29f777b arm: support cs_regs_access() API by Nguyen Anh Quynh · 9 years ago
  42. 19ee2d1 inttypes.h fix by Cr4sh · 9 years ago
  43. 3a99bc6 tests: fix an warning on big left shifting. issue reported by Coverity by Nguyen Anh Quynh · 9 years ago
  44. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 9 years ago
  45. b8ffb86 ppc: fix a bug in QPX mode & add some QPX alias instructions. by Nguyen Anh Quynh · 9 years ago
  46. a81bf42 x86: add new field @xop_cc to struct @cs_x86 by Nguyen Anh Quynh · 9 years ago
  47. 9c10ace Make pkg-config and source consistent with installation by pancake · 9 years ago
  48. 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
  49. 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
  50. 84df600 tests: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  51. 0d97a3b mips: CS_MODE_MIPS32R6 is an independent mode, and should not combine with CS_MODE_32 by Nguyen Anh Quynh · 10 years ago
  52. 8cdafda arm: add new field mem_barrier to cs_arm struct. this requires changes in bindings by Nguyen Anh Quynh · 10 years ago
  53. 83466d4 test: add sample code for ARM's CS_MODE_MCLASS & CS_MODE_V8 by Nguyen Anh Quynh · 10 years ago
  54. 248519e mips: properly handle Mips32R6 mode. bug reported by Jay Oster by Nguyen Anh Quynh · 10 years ago
  55. 2f5081c tests: remove broken test on Mips's Micro mode by Nguyen Anh Quynh · 10 years ago
  56. 5720cb7 tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code) by Nguyen Anh Quynh · 10 years ago
  57. 5c0d9a4 Add '4*cri+cond' to operand list by kratolp · 10 years ago
  58. f0acace Merge branch 'newapi' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  59. 7170cb2 tests: add some comments for test_iter.c by Nguyen Anh Quynh · 10 years ago
  60. 2d752f9 tests: add introductions for test_skipdata.c & test_iter.c to README by Nguyen Anh Quynh · 10 years ago
  61. 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
  62. 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
  63. 910a4df tests: compile without -O3 flag. this is to make it easier to maintain FreeBSD package by Nguyen Anh Quynh · 10 years ago
  64. 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
  65. 54f8cef mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  66. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  67. 7e57e79 ppc: handle branch condition for alias instructions. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  68. 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
  69. 4f0d704 arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1 by Nguyen Anh Quynh · 10 years ago
  70. 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
  71. 9be1f93 fixed warnings in MSVC x64 compilation by Mr. eXoDia · 10 years ago
  72. 5166236 python: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  73. 46a74e5 arm64: update core. this added a lot more details to cs_arm64_op struct by Nguyen Anh Quynh · 10 years ago
  74. 0df7e93 Change the prototype of the callback in SKIPDATA option. Suggested by Ben Nagy. by Nguyen Anh Quynh · 10 years ago
  75. faf368b Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  76. ffc8aaa Fix minor style inconsistency by Ole André Vadla Ravnås · 10 years ago
  77. b202b91 Simplify universal builds by relying on the linker to do the right thing by Ole André Vadla Ravnås · 10 years ago
  78. 6583f06 Fix universal build support for Mac and iOS by Ole André Vadla Ravnås · 10 years ago
  79. 9f6ed71 x86: add @rex to cs_x86 struct. updated python & java binding for this change by Nguyen Anh Quynh · 10 years ago
  80. 1a66fec x86: support avx_sae & avx_rm in cs_x86 struct. this also updates Python & Java bindings following the core's change by Nguyen Anh Quynh · 10 years ago
  81. 92a3d4c x86: add AVX's zero_opmask to cs_x86_op struct. updated Python & Java bindings for this change by Nguyen Anh Quynh · 10 years ago
  82. f1ec526 x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions by Nguyen Anh Quynh · 10 years ago
  83. 4c5eabc x86: support SSE_CC & AVX_CC in cs_x86 struct. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  84. 0d71645 x86: add avx_bcast to cs_x86_op to support AVX512 instructions. this also updates Python & Java binding by Nguyen Anh Quynh · 10 years ago
  85. bb6440c x86: extend cs_x86.opcode to 4 bytes to contain EVEX opcode. this also updates Python binding following this interface change by Nguyen Anh Quynh · 10 years ago
  86. 14ba46b x86: add segment to x86_op_mem struct. this fixes a bug in generating detail for instructions with segment override. bug reported by Sean Heelan. by Nguyen Anh Quynh · 10 years ago
  87. d948dd4 tests/test_x86: prefix[] size is now 4, not 5 by Nguyen Anh Quynh · 10 years ago
  88. 1085073 x86: remove disp_size, imm_size, op_size. add size to each operand. thanks Gabriel Quadros for some nice ideas by Nguyen Anh Quynh · 10 years ago
  89. 8c0ab86 rename CCLD to LINK by Nguyen Anh Quynh · 10 years ago
  90. 0936b56 rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib for Windows platform by Nguyen Anh Quynh · 10 years ago
  91. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  92. 2c61656 tests: correct the prototype of mycallback() in test_skipdata by Nguyen Anh Quynh · 10 years ago
  93. 50fdc6c Merge with upstream by danghvu · 10 years ago
  94. 69a7c2d Make test_skipdata performs tests by default by danghvu · 10 years ago
  95. cb2c4f9 test_x86: output sib_base, sib_index, sib_scale separately by Nguyen Anh Quynh · 10 years ago
  96. 9389353 tests: fix warnings caused by unused variable/function in test_skipdata.c by Nguyen Anh Quynh · 10 years ago
  97. 76087d2 rename static library extension to .lib for cross-windows building by Nguyen Anh Quynh · 10 years ago
  98. b07523f Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  99. 595386c do not overwrite LDFLAGS in tests/Makefile by Nguyen Anh Quynh · 10 years ago
  100. de2dff4 fixed test_skipdata.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago