1. 74a114e add M68K to all the docs by Nguyen Anh Quynh · 9 years ago
  2. 58fe7cd m68k: more coding style by Nguyen Anh Quynh · 9 years ago
  3. 8deb6d9 m68k: rename M68Kconf.h to M68KConf.h for consistency by Nguyen Anh Quynh · 9 years ago
  4. 0c49966 m68k: code style for M68KInstPrinter.c by Nguyen Anh Quynh · 9 years ago
  5. 812c3f1 Merge branch 'm68k' of https://github.com/emoon/capstone into emoon-m68k by Nguyen Anh Quynh · 9 years ago
  6. 7d5badd m68k: more cleanup & fix code style by Nguyen Anh Quynh · 9 years ago
  7. fb01d6d Print mnemonic even if detail info is disabled by Daniel Collin · 9 years ago
  8. e8a4e98 Fixed missing includes + changed CMakeLists.txt by Daniel Collin · 9 years ago
  9. df5ff38 Renamed incorrect named files by Daniel Collin · 9 years ago
  10. fc63aca Moved code from InstPrinter -> Disassembler by Daniel Collin · 9 years ago
  11. bc9bdf5 Renamed files by Daniel Collin · 9 years ago
  12. 4815704 m68k: code style by Nguyen Anh Quynh · 9 years ago
  13. 3a64e58 [M68K] Multi instance support, reentrance support by Nicolas PLANEL · 9 years ago
  14. b16658d m68k: add M68K code to test_basic.c & test_detail.c by Nguyen Anh Quynh · 9 years ago
  15. 1e97504 CMake: better support for M68K by Nguyen Anh Quynh · 9 years ago
  16. 93a007d m68k: fix prototype guard for m68k.h by Nguyen Anh Quynh · 9 years ago
  17. ac63d5b m68k: cleanup & code style by Nguyen Anh Quynh · 9 years ago
  18. f5cc222 fix bugs introduced by the last PR of @radare by Nguyen Anh Quynh · 9 years ago
  19. 9af0bcf Merge pull request #493 from radare/patch-3 by Nguyen Anh Quynh · 9 years ago
  20. da731df Merge pull request #491 from nplanel/m68k-fixup by Nguyen Anh Quynh · 9 years ago
  21. a776b54 Indentation fixes by radare · 9 years ago
  22. 5d104b8 Merge pull request #490 from emoon/m68k by Nguyen Anh Quynh · 9 years ago
  23. 858b8cb [M68K] CPUSH CINV should return INVALID opcode is case of error. by Nicolas PLANEL · 9 years ago
  24. 0db56e3 [binding][python] fixup python 3 compatibility by Nicolas PLANEL · 9 years ago
  25. ee5dbee [contrib][objdump] remove un needed import by Nicolas PLANEL · 9 years ago
  26. 9bff8e2 Fixed typo by Daniel Collin · 9 years ago
  27. 09e4c3c Updated author by Daniel Collin · 9 years ago
  28. cd206ff Made test_m68k a bit more verbose by Daniel Collin · 9 years ago
  29. d40cba0 Added author by Daniel Collin · 9 years ago
  30. 8680aa4 Use NULL instead of 0 by Daniel Collin · 9 years ago
  31. 841325f update .gitignore by Nguyen Anh Quynh · 9 years ago
  32. 57bf77a bindings: add M68k_const.java & m68k_const.ml by Nguyen Anh Quynh · 9 years ago
  33. 78dea5b Merge branch 'm68k_support' of https://github.com/emoon/capstone into emoon-m68k_support by Nguyen Anh Quynh · 9 years ago
  34. bcf33a5 Fix typo by Tim Strazzere · 9 years ago
  35. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  36. cf7627d delete old code by bughoho · 9 years ago
  37. edd7659 https://github.com/aquynh/capstone/issues/483 by bughoho · 9 years ago
  38. caf8dda fix conflicts by Nguyen Anh Quynh · 9 years ago
  39. fe19541 test cs_disasm_iter benchmark by bughoho · 9 years ago
  40. 839f06e Merge pull request #480 from radare/cygwin-fix by Nguyen Anh Quynh · 9 years ago
  41. 8848ea3 Fix build for cygwin by pancake · 9 years ago
  42. 7b714c6 x86: fix operand sizes of LGDT/LIDT/SGDT/SIDT in 16bit mode by Nguyen Anh Quynh · 9 years ago
  43. 4337a77 x86: fix issue #470 & #471 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  44. 952fd7b Merge pull request #472 from 10110111/next by Nguyen Anh Quynh · 9 years ago
  45. f86a8d5 Add GDT/IDT handling instructions to tests by Ruslan Kabatsayev · 9 years ago
  46. 87b71ed suite: add verbose output mode to regress.py by Nguyen Anh Quynh · 9 years ago
  47. 5318167 Add tests for x86 string instructions by Ruslan Kabatsayev · 9 years ago
  48. ddf5488 arm: another fix for #446. bug reported by @uxmal by Nguyen Anh Quynh · 9 years ago
  49. 64a1e31 x86: fix the operand size of CALLpcrel16/JMP_2. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  50. 94874ed x86: fix #456 for AT&T syntax by Nguyen Anh Quynh · 9 years ago
  51. 343a98d suite: add regress.py by Nguyen Anh Quynh · 9 years ago
  52. e5a67f5 x86: handle some tricky 16bit code in issue #456 by Nguyen Anh Quynh · 9 years ago
  53. ed43e24 arm: fix issue #459 reported by Ahmed Garhy by Nguyen Anh Quynh · 9 years ago
  54. 2a3635d x86: fix target addresses of CALL/JMP rel16. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  55. fe05cb3 x86: REPNE prefix is valid for LODSD. this fixes the bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  56. bbc33d6 x86: repne prefix can come with INS/OUTS/LODS instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  57. 1c6309c x86: fix operand size of farjmp/farcall. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  58. 6482ca1 x86: loope/loopne read EFLAGS. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  59. 5e318f6 x86: LOOP* instructions should read/write *CX registers. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  60. 7279f31 x86: fix operand size for farjmp/farcall instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  61. 9b381dc x86: print ptr16 part of farjmp/farcall in positive form. issue reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  62. 0088d2a sparc: fix POPC instruction. issue reported by @zonkzonk & @pancake by Nguyen Anh Quynh · 9 years ago
  63. 06cf1cf msvc: add missing macros CAPSTONE_HAS_XXX so test_basic/test_detail/test_skipdata/test_iter can be compiled by Nguyen Anh Quynh · 9 years ago
  64. 8047fcc x86: fix need_zero_prefix() for MASM syntax by Nguyen Anh Quynh · 9 years ago
  65. 4d7d5c1 python: support newly added MASM syntax by Nguyen Anh Quynh · 9 years ago
  66. 8aba4cd add error code CS_ERR_X86_MASM by Nguyen Anh Quynh · 9 years ago
  67. 62918ab support new syntax CS_OPT_SYNTAX_MASM for X86 by Nguyen Anh Quynh · 9 years ago
  68. a973ef6 tests: commit the Makefile forgotten in the last commit by Nguyen Anh Quynh · 9 years ago
  69. 20037df tests: properly define HAS_XXX marcros so some tests work by Nguyen Anh Quynh · 9 years ago
  70. 5d18674 Merge pull request #442 from ttsugriy/next by Nguyen Anh Quynh · 9 years ago
  71. 9a638e6 Resolve cmake project version policy warning by Taras Tsugrii · 9 years ago
  72. 6595e93 Merge pull request #441 from ttsugriy/next by Nguyen Anh Quynh · 9 years ago
  73. 72403a5 Fix policy warning by Taras Tsugrii · 9 years ago
  74. dd51418 Merge pull request #440 from learn-more/const_generator by Nguyen Anh Quynh · 9 years ago
  75. db5403d Missing definition by learn_more · 9 years ago
  76. f6ded66 Fix for EFlags missing in x86 target: aquynh/capstone#439 by learn_more · 9 years ago
  77. 78de4fa Make sure that running the tool on windows gives the same output (newline conversion) by learn_more · 9 years ago
  78. 8c7b320 add target all for const_generator by learn_more · 9 years ago
  79. edae14b Merge pull request #438 from learn-more/test_group_name by Nguyen Anh Quynh · 9 years ago
  80. 07a7f6c Add missing const for arm64 update suite/test_group_name by learn_more · 9 years ago
  81. a482522 Merge pull request #436 from ttsugriy/next by Nguyen Anh Quynh · 9 years ago
  82. 753f529 Fix bug in option propagation. by Taras Tsugrii · 9 years ago
  83. 960aba4 tests: fix some warnings for unused variables in test_skipdata.c by Nguyen Anh Quynh · 9 years ago
  84. 63fbf8e Include tests only for supported architectures. by Taras Tsugrii · 9 years ago
  85. 71fd42d Fix bashisms to make dash happy by radare · 9 years ago
  86. 45f0c37 Merge pull request #430 from zachriggle/arm64-int by Nguyen Anh Quynh · 9 years ago
  87. 1e882cf Add ARM64_GRP_INT to AArch64 for SVC instruction by Zach Riggle · 9 years ago
  88. b08f461 Allow to build capstone in pkgsrc for FreeBSD and DragonflyBSD by Kamil Rytarowski · 9 years ago
  89. cc7434c python: do not copy msvc/headers directory in setup.py by Nguyen Anh Quynh · 9 years ago
  90. a05d82a x86: truncat immediate for non-64bit. this fixes the disassembly of the code e9e9eeeeee in 32bit mode by Nguyen Anh Quynh · 9 years ago
  91. fec23ae fix autogen_x86imm.py to handle some special instructions. this fixed issue #411 reported by @pancake by Nguyen Anh Quynh · 9 years ago
  92. de6fa91 skip _LOCK_ instructions for augoten_x86.imm.py by Nguyen Anh Quynh · 9 years ago
  93. de8dd26 x86: handle operand size properly for immediate operands by Nguyen Anh Quynh · 9 years ago
  94. a5540d8 instructions on cross-compiling for Android with NDK (ported from 'master' branch') by Nguyen Anh Quynh · 9 years ago
  95. 517a0fe mips: remove alias_insns map by Nguyen Anh Quynh · 9 years ago
  96. fc3b138 make.sh: better Android building and allow passing extra stuff to make. (ported from 'master' branch) by Nguyen Anh Quynh · 9 years ago
  97. 2ad9eb2 mips: delete the alias map SUBU to NEGU. bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  98. 5376f44 Merge pull request #408 from zneak/next by Nguyen Anh Quynh · 9 years ago
  99. e662a7a Renamed test.c to test_basic.c by Félix Cloutier · 9 years ago
  100. be68c24 Merge pull request #407 from yegord/next by Nguyen Anh Quynh · 9 years ago