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