1. 0148b04 Fix instruction size define by Pb · 9 years ago
  2. b8741bd OS X kernel support (see https://github.com/aquynh/capstone/pull/528) by Pb · 9 years ago
  3. ae7c484 Merge pull request #522 from tj90241/code-cleanup by Nguyen Anh Quynh · 9 years ago
  4. 30d1167 Kill a shadowed declaration of a local variable. by Tyler J. Stachecki · 9 years ago
  5. 88e8da6 Remove duplicate function declaration. by Tyler J. Stachecki · 9 years ago
  6. 2b3a298 python: perform the last dylib loader only if it fails before that (for El Capitan) by Nguyen Anh Quynh · 9 years ago
  7. 6035734 Merge pull request #518 from kokole/patch-2 by Nguyen Anh Quynh · 9 years ago
  8. cd6a732 LOOP* branch fix for full x64 instructions by kokole · 9 years ago
  9. 7ebfd92 Merge pull request #517 from kokole/patch-1 by Nguyen Anh Quynh · 9 years ago
  10. 9cdd203 LOOP* instructions are conditional branches by kokole · 9 years ago
  11. f49ac59 Merge pull request #515 from strazzere/master by Nguyen Anh Quynh · 9 years ago
  12. f9ddf05 Add OSX 10.11 dylib load fix by Tim Strazzere · 9 years ago
  13. 9219048 x86: coding style by Nguyen Anh Quynh · 9 years ago
  14. 1a13338 fix comment by bughoho · 9 years ago
  15. 2f0e215 add dedicated variables such as prefix2e, prefix36, prefix66, prefix67, etc by bughoho · 9 years ago
  16. ee34e72 Merge pull request #503 from onesbug/master by Nguyen Anh Quynh · 9 years ago
  17. 3388167 fix:prefix 0x67 missed. by bughoho · 9 years ago
  18. e72bd24 [binding][python] fixup python 3 compatibility by Nicolas PLANEL · 9 years ago
  19. 8b25b0a file.write() need bytes when file is opened in binary mode by Nicolas PLANEL · 9 years ago
  20. cf86df0 Merge pull request #488 from strazzere/master by Nguyen Anh Quynh · 9 years ago
  21. 13d7d30 Fix typo by Tim Strazzere · 9 years ago
  22. 5e94dba fix an warning in test_iter_benchmark.c by Nguyen Anh Quynh · 9 years ago
  23. 6960082 delete old code by bughoho · 9 years ago
  24. e742835 test cs_disasm_iter benchmark by bughoho · 9 years ago
  25. 7c74861 https://github.com/aquynh/capstone/issues/483 by bughoho · 9 years ago
  26. 1b29897 Fix build for cygwin by pancake · 9 years ago
  27. 24341dc suite: add verbose output mode to regress.py by Nguyen Anh Quynh · 9 years ago
  28. e5a3058 Merge pull request #464 from 10110111/master by Nguyen Anh Quynh · 9 years ago
  29. 21454c0 Add tests for x86 string instructions by Ruslan Kabatsayev · 9 years ago
  30. 763ac62 arm: another fix for #446. bug reported by @uxmal by Nguyen Anh Quynh · 9 years ago
  31. f938424 x86: another attempt to fix #456 by Nguyen Anh Quynh · 9 years ago
  32. 50d1205 suite: add regress.py by Nguyen Anh Quynh · 9 years ago
  33. b584a50 x86: another attempt for #456 by Nguyen Anh Quynh · 9 years ago
  34. b6ae93d x86: more AT&T fixes for #458 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  35. d28a948 x86: more fix for #458 by Nguyen Anh Quynh · 9 years ago
  36. f74e96c x86: fix issue #458 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  37. 01e87ae x86: fix issue #456 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  38. 8b012d5 arm: fix issue #459 reported by Ahmed Garhy by Nguyen Anh Quynh · 9 years ago
  39. ad94e98 x86: fix target addresses of CALL/JMP rel16. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  40. ac74b38 x86: REPNE prefix is valid for LODSD. this fixes the bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  41. 9dac402 x86: some AT&T instructions wrongly add one more operand in front (index 0). this fixes the issue reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  42. 0f408c2 x86: repne prefix can come with INS/OUTS/LODS instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  43. 4dda6c9 x86: rep* prefix read/write *CX register. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  44. f84a099 x86: fix operand size of farjmp/farcall. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  45. 60d40cf x86: loope/loopne read EFLAGS. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  46. f0c7da0 sparc: fix POPC instruction. bug reported by @zonkzonk & @pancake by Nguyen Anh Quynh · 9 years ago
  47. b1c54fe x86: LOOP* instructions should read/write *CX registers. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  48. 981c201 x86: fix selector part of farjmp/farcall instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  49. 0793345 Merge pull request #429 from krytarowski/pkgsrc by Nguyen Anh Quynh · 9 years ago
  50. 453b41a Allow to build capstone in pkgsrc for FreeBSD and DragonflyBSD by Kamil Rytarowski · 9 years ago
  51. af0b4e0 Merge pull request #421 from stefan-cornelius/master by Nguyen Anh Quynh · 9 years ago
  52. dab296e Update to 3.0.4. Fix EPEL6 build issue by Stefan Cornelius · 9 years ago
  53. e710e4f python: do not copy msvc/headers directory in setup.py by Nguyen Anh Quynh · 9 years ago
  54. 4b0c337 update RELEASE_NOTES by Nguyen Anh Quynh · 9 years ago
  55. cfd8db3 update ChangeLog by Nguyen Anh Quynh · 9 years ago
  56. e49512b update ChangeLog for 3.0.4 by Nguyen Anh Quynh · 9 years ago
  57. 5ae730e Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  58. 11bcd64 Merge branch 'pranith-master' by Nguyen Anh Quynh · 9 years ago
  59. 6757887 Merge branch 'master' of https://github.com/pranith/capstone into pranith-master by Nguyen Anh Quynh · 9 years ago
  60. 07bcd25 Fix check for multi-string CC by Pranith Kumar · 9 years ago
  61. af806e0 x86: truncat immediate for non-64bit. this fixes the disassembly of the code e9e9eeeeee in 32bit mode by Nguyen Anh Quynh · 9 years ago
  62. e9e0405 packages: add RPM spec file (copied from https://bugzilla.redhat.com/attachment.cgi?id=1024818) by Nguyen Anh Quynh · 9 years ago
  63. 2bb3933 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  64. 901f407 mips: remove alias_insns[] by Nguyen Anh Quynh · 9 years ago
  65. ffb878a mips: delete the alias map SUBU to NEGU. bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  66. c31f698 Merge pull request #406 from achernet/python-virtualenv-fix-master by Nguyen Anh Quynh · 9 years ago
  67. 6f1e543 [Python binding] Add capstone.egg-info to .gitignore by Alex Chernetz · 9 years ago
  68. 801178b [Python binding] Fix setup.py to allow installing in a virtualenv by Alex Chernetz · 9 years ago
  69. 36d0594 x86: fix immediate operand of AND/OR/XOR instructions. bug reported by @yegord by Nguyen Anh Quynh · 9 years ago
  70. facb90c make.sh: clean before building & add usage instructions for cross-android by Nguyen Anh Quynh · 9 years ago
  71. d12f550 Improve support for building for Android devices by Joshua J. Drake · 9 years ago
  72. 158599e Pass command line args after the target to build() by Joshua J. Drake · 9 years ago
  73. d8d11ed suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  74. 99ed490 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  75. fdf2a83 Merge pull request #397 from felixgr/debug-build by Nguyen Anh Quynh · 9 years ago
  76. 48cb42d Add debug build target and fuzz testing harness. by Felix Grobert · 9 years ago
  77. 2ec0f81 mips: return Fail on assert failure in MipsDisassembler.c by Nguyen Anh Quynh · 9 years ago
  78. 06eacaf ppc: return failure when Base>=32 in decodeMemRIOperands() by Nguyen Anh Quynh · 9 years ago
  79. d49ec46 ppc: handle invalid CR bits with more than 8 zeros in decodeCRBitMOperand(). bug reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  80. 3dcad96 x86: treat prefix-only sequences of bytes as invalid code. this fixes a NDP reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  81. c67e40f Merge pull request #391 from gygl09/master by Nguyen Anh Quynh · 9 years ago
  82. 2886fd3 Update make.sh by gygl09 · 9 years ago
  83. dcc54ca Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  84. dfe0eed add header guard to myinttypes.h by Nguyen Anh Quynh · 9 years ago
  85. 79e7b34 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
  86. 33bf2d1 bump version to 3.0.4 by Nguyen Anh Quynh · 9 years ago
  87. 6aaa08a suite: add python_capstone_setup.py by Nguyen Anh Quynh · 9 years ago
  88. c2bc152 ppc: avoid potential memleak issue when alias mnemonic is empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  89. c4dbf07 ppc: make sure alias mnememonic is not empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  90. 2a8091b xcore: increase op_count in set_mem_access() only on register operand. bug reported by Ben Nagy by Nguyen Anh Quynh · 9 years ago
  91. 3dc31d2 x86: properly handle AL/AX/EAX operand of OUT instruction in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  92. 3f00a72 x86: some algorithm instructions with immediate of 1 byte should be printed in positive form by Nguyen Anh Quynh · 9 years ago
  93. 7c2f5b6 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
  94. 1ea95a1 Merge branch 'patch-1' of https://github.com/neuromancer/capstone into t5 by Nguyen Anh Quynh · 9 years ago
  95. fbae42e x86: revert the old change that check prefix location more strictly by Nguyen Anh Quynh · 9 years ago
  96. 46ab570 python: shared library can be unloaded from under our feet. issue reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  97. 8bd0fdb arm: reduce the size of ARM_ITStatus.ITStates[] to 8 by Nguyen Anh Quynh · 9 years ago
  98. e404dc9 Merge pull request #386 from igotti-google/master by Nguyen Anh Quynh · 9 years ago
  99. 4fcb31c Fix Thumb disassembler memory corruption with IT sequence (issue #385) by Nikolay Igotti · 9 years ago
  100. 6fd8044 Allow local installations of the python bindings by neuromancer · 9 years ago