1. 4337a77 x86: fix issue #470 & #471 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  2. 952fd7b Merge pull request #472 from 10110111/next by Nguyen Anh Quynh · 9 years ago
  3. f86a8d5 Add GDT/IDT handling instructions to tests by Ruslan Kabatsayev · 9 years ago
  4. 87b71ed suite: add verbose output mode to regress.py by Nguyen Anh Quynh · 9 years ago
  5. 5318167 Add tests for x86 string instructions by Ruslan Kabatsayev · 9 years ago
  6. ddf5488 arm: another fix for #446. bug reported by @uxmal by Nguyen Anh Quynh · 9 years ago
  7. 64a1e31 x86: fix the operand size of CALLpcrel16/JMP_2. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  8. 94874ed x86: fix #456 for AT&T syntax by Nguyen Anh Quynh · 9 years ago
  9. 343a98d suite: add regress.py by Nguyen Anh Quynh · 9 years ago
  10. e5a67f5 x86: handle some tricky 16bit code in issue #456 by Nguyen Anh Quynh · 9 years ago
  11. ed43e24 arm: fix issue #459 reported by Ahmed Garhy by Nguyen Anh Quynh · 9 years ago
  12. 2a3635d x86: fix target addresses of CALL/JMP rel16. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  13. fe05cb3 x86: REPNE prefix is valid for LODSD. this fixes the bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  14. bbc33d6 x86: repne prefix can come with INS/OUTS/LODS instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  15. 1c6309c x86: fix operand size of farjmp/farcall. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  16. 6482ca1 x86: loope/loopne read EFLAGS. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  17. 5e318f6 x86: LOOP* instructions should read/write *CX registers. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  18. 7279f31 x86: fix operand size for farjmp/farcall instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  19. 9b381dc x86: print ptr16 part of farjmp/farcall in positive form. issue reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  20. 0088d2a sparc: fix POPC instruction. issue reported by @zonkzonk & @pancake by Nguyen Anh Quynh · 9 years ago
  21. 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
  22. 8047fcc x86: fix need_zero_prefix() for MASM syntax by Nguyen Anh Quynh · 9 years ago
  23. 4d7d5c1 python: support newly added MASM syntax by Nguyen Anh Quynh · 9 years ago
  24. 8aba4cd add error code CS_ERR_X86_MASM by Nguyen Anh Quynh · 9 years ago
  25. 62918ab support new syntax CS_OPT_SYNTAX_MASM for X86 by Nguyen Anh Quynh · 9 years ago
  26. a973ef6 tests: commit the Makefile forgotten in the last commit by Nguyen Anh Quynh · 9 years ago
  27. 20037df tests: properly define HAS_XXX marcros so some tests work by Nguyen Anh Quynh · 9 years ago
  28. 5d18674 Merge pull request #442 from ttsugriy/next by Nguyen Anh Quynh · 9 years ago
  29. 9a638e6 Resolve cmake project version policy warning by Taras Tsugrii · 9 years ago
  30. 6595e93 Merge pull request #441 from ttsugriy/next by Nguyen Anh Quynh · 9 years ago
  31. 72403a5 Fix policy warning by Taras Tsugrii · 9 years ago
  32. dd51418 Merge pull request #440 from learn-more/const_generator by Nguyen Anh Quynh · 9 years ago
  33. db5403d Missing definition by learn_more · 9 years ago
  34. f6ded66 Fix for EFlags missing in x86 target: aquynh/capstone#439 by learn_more · 9 years ago
  35. 78de4fa Make sure that running the tool on windows gives the same output (newline conversion) by learn_more · 9 years ago
  36. 8c7b320 add target all for const_generator by learn_more · 9 years ago
  37. edae14b Merge pull request #438 from learn-more/test_group_name by Nguyen Anh Quynh · 9 years ago
  38. 07a7f6c Add missing const for arm64 update suite/test_group_name by learn_more · 9 years ago
  39. a482522 Merge pull request #436 from ttsugriy/next by Nguyen Anh Quynh · 9 years ago
  40. 753f529 Fix bug in option propagation. by Taras Tsugrii · 9 years ago
  41. 960aba4 tests: fix some warnings for unused variables in test_skipdata.c by Nguyen Anh Quynh · 9 years ago
  42. 63fbf8e Include tests only for supported architectures. by Taras Tsugrii · 9 years ago
  43. 71fd42d Fix bashisms to make dash happy by radare · 9 years ago
  44. 45f0c37 Merge pull request #430 from zachriggle/arm64-int by Nguyen Anh Quynh · 9 years ago
  45. 1e882cf Add ARM64_GRP_INT to AArch64 for SVC instruction by Zach Riggle · 9 years ago
  46. b08f461 Allow to build capstone in pkgsrc for FreeBSD and DragonflyBSD by Kamil Rytarowski · 9 years ago
  47. cc7434c python: do not copy msvc/headers directory in setup.py by Nguyen Anh Quynh · 9 years ago
  48. 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
  49. fec23ae fix autogen_x86imm.py to handle some special instructions. this fixed issue #411 reported by @pancake by Nguyen Anh Quynh · 9 years ago
  50. de6fa91 skip _LOCK_ instructions for augoten_x86.imm.py by Nguyen Anh Quynh · 9 years ago
  51. de8dd26 x86: handle operand size properly for immediate operands by Nguyen Anh Quynh · 9 years ago
  52. a5540d8 instructions on cross-compiling for Android with NDK (ported from 'master' branch') by Nguyen Anh Quynh · 9 years ago
  53. 517a0fe mips: remove alias_insns map by Nguyen Anh Quynh · 9 years ago
  54. fc3b138 make.sh: better Android building and allow passing extra stuff to make. (ported from 'master' branch) by Nguyen Anh Quynh · 9 years ago
  55. 2ad9eb2 mips: delete the alias map SUBU to NEGU. bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  56. 5376f44 Merge pull request #408 from zneak/next by Nguyen Anh Quynh · 9 years ago
  57. e662a7a Renamed test.c to test_basic.c by Félix Cloutier · 9 years ago
  58. be68c24 Merge pull request #407 from yegord/next by Nguyen Anh Quynh · 9 years ago
  59. 2a34946 Merge pull request #405 from achernet/python-virtualenv-fix by Nguyen Anh Quynh · 9 years ago
  60. 6739f9f Remove reference to missing osxkernel_inttypes.h from CMakeLists.txt by Yegor Derevenets · 9 years ago
  61. e7c653f [Python binding] Add capstone.egg-info to .gitignore by Alex Chernetz · 9 years ago
  62. 38094b1 [Python binding] Fix setup.py to allow installing in a virtualenv by Alex Chernetz · 9 years ago
  63. c847d87 Merge pull request #404 from w4kfu/next by Nguyen Anh Quynh · 9 years ago
  64. e3303c1 add CS_AC_READ for X86_CALL16r, X86_CALL32r, X86_CALL64r, X86_JMP16r, X86_JMP32r, X86_JMP64r by w4kfu · 9 years ago
  65. 3dcb8fb remove the redundant detail copy by w4kfu · 9 years ago
  66. 7a4e5f7 remove duplicate detail info, modify all access to _detail to _raw.detail.contents by w4kfu · 9 years ago
  67. 5ffd2f0 fix issue #398 (Python binding no deep copy of detail pointer) by w4kfu · 9 years ago
  68. 3dcbc07 mips: remove dead code reported by Coverity by Nguyen Anh Quynh · 9 years ago
  69. 7bb3508 suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  70. cdd677f Add debug build target and fuzz testing harness. by Felix Grobert · 9 years ago
  71. 6b019ce update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  72. 4a273b7 mips: return Fail on assert() that we ignored before by Nguyen Anh Quynh · 9 years ago
  73. 761c9c8 ppc: return failure when Base>=32 in decodeMemRIOperands() by Nguyen Anh Quynh · 9 years ago
  74. 011bf8b ppc: handle invalid CR bits with more than 8 zeros in decodeCRBitMOperand(). bug reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  75. c009dc6 mips: fix OOB issue in DecodeRegListOperand() reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  76. 0e9da87 x86: treat prefix-only sequences of bytes as invalid code. this fixes a NDP reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  77. 715d447 Update make.sh by gygl09 · 9 years ago
  78. 4e41164 msvc: rename test_basic project by Nguyen Anh Quynh · 9 years ago
  79. faf1d32 msvc: rename test to test_basic by Nguyen Anh Quynh · 9 years ago
  80. 7de9d77 add header guard to myinttypes.h by Nguyen Anh Quynh · 9 years ago
  81. 5c5d570 no longer use osxkernel_inttypes.h for license reason & move the content of msvc\headers\inttypes.h to myinttypes.h by Nguyen Anh Quynh · 9 years ago
  82. 5c9f03e Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  83. 53a059b fix warnings on some unused functions when CAPTONE_DIET mode is turn on by Nguyen Anh Quynh · 9 years ago
  84. 2737135 python: rename test to test_basic in test_all.py by Nguyen Anh Quynh · 9 years ago
  85. 3bdc7f8 update .gitignore for tests/test_basic by Nguyen Anh Quynh · 9 years ago
  86. 6183e38 ppc: avoid potential memleak issue when alias mnemonic is empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  87. 3cf6251 ppc: make sure alias mnememonic is not empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  88. 22bc86f xcore: increase op_count in set_mem_access() only on register operand. bug reported by Ben Nagy by Nguyen Anh Quynh · 9 years ago
  89. 968ec56 tests: remove orphan binaries due to renaming of test.c to test_basic.c by Nguyen Anh Quynh · 9 years ago
  90. 08df00b x86: properly handle AL/AX/EAX operand of OUT instruction in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  91. f16c9bd xcore: turn off doing_mem after each printing each instruction. this fixes a memory corruption reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  92. a210229 Allow local installations of the python bindings by neuromancer · 9 years ago
  93. 3808eec python: shared library can be unloaded from under our feet. issue reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  94. ab6cc88 arm: reduce the size of ARM_ITStatus.ITStates[] to 8 by Nguyen Anh Quynh · 9 years ago
  95. 5311ef2 ocaml: rename test.ml to test_basic.ml by Nguyen Anh Quynh · 9 years ago
  96. fad344e java: rename Test.java to TestBasic.java by Nguyen Anh Quynh · 9 years ago
  97. 1319f0c python: rename test.py to test_basic.py by Nguyen Anh Quynh · 9 years ago
  98. 1d9615d Fix Thumb disassembler memory corruption with IT sequence (issue #385) by Nikolay Igotti · 9 years ago
  99. 76c0c45 Merge pull request #381 from yegord/next by Nguyen Anh Quynh · 9 years ago
  100. 50c352c Make tests fail loudly by Yegor Derevenets · 9 years ago