1. d06f4ae rename appveyor.yml to .appveyor.yml by Nguyen Anh Quynh · 8 years ago
  2. d17fc90 fix a MSVC 2015 warning by Nguyen Anh Quynh · 8 years ago
  3. c508c4a support Travis CI by Nguyen Anh Quynh · 8 years ago
  4. b560c24 support Appveyor by Nguyen Anh Quynh · 8 years ago
  5. c586269 python: add __version__ by Nguyen Anh Quynh · 8 years ago
  6. eebfcb8 Merge pull request #589 from scudette/setup_py by Nguyen Anh Quynh · 8 years ago
  7. 8d2642f Support all OSs. by Michael Cohen · 8 years ago
  8. 7032ff2 Fix setup.py. by Michael Cohen · 8 years ago
  9. bf0155d update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  10. 1210576 bindings: add link to CapstoneJ by Nguyen Anh Quynh · 9 years ago
  11. 3c5c887 Merge pull request #573 from abenkhadra/master by Nguyen Anh Quynh · 9 years ago
  12. c7dcf9c Fix classification of ARM jump instructions by Ammar Ben Khadra · 9 years ago
  13. c39fbb9 Merge pull request #572 from rpinz/master by Nguyen Anh Quynh · 9 years ago
  14. d086384 fix building on 10.6.8 without breaking other versions by Ron Pinz · 9 years ago
  15. b146c9f Merge pull request #568 from kevemueller/masterCherry by Nguyen Anh Quynh · 9 years ago
  16. 6e4827b Merge pull request #569 from rpinz/master by Nguyen Anh Quynh · 9 years ago
  17. 534746b fix building on 10.6.8 by Ron Pinz · 9 years ago
  18. cf731a2 improve type safety, use ppc_reg instead of unsigned int by kevemueller · 9 years ago
  19. 5f0be9d Merge pull request #565 from wmarquesr/master by Nguyen Anh Quynh · 9 years ago
  20. 905556d Refactoring conditional directives for incomplete if conditions. by Wesley M · 9 years ago
  21. b0c5436 Python 3: CsError.__str__ by Raijinili · 9 years ago
  22. dba3492 Merge pull request #549 from practicalswift/add-regression-dir-makefile by Nguyen Anh Quynh · 9 years ago
  23. 7f8ce6a Add suite/regress/invalid_read_in_print_operand by practicalswift · 9 years ago
  24. 71f8319 Add Makefile to suite/regress/ directory. by practicalswift · 9 years ago
  25. cc38205 Merge pull request #548 from practicalswift/invalid_read_in_print_operand by Nguyen Anh Quynh · 9 years ago
  26. d3a0143 Add crash case: "Invalid read of size 4" in printOperand(…) by practicalswift · 9 years ago
  27. 156b45e Merge pull request #540 from kevemueller/masterCherry by Nguyen Anh Quynh · 9 years ago
  28. 2ef8ef7 return empty instead null by Keve Müller · 9 years ago
  29. 4a098bb Fix NPE when first instruction to disassemble is broken. by Keve Müller · 9 years ago
  30. 14e3b78 Merge pull request #537 from 07151129/master by Nguyen Anh Quynh · 9 years ago
  31. 0148b04 Fix instruction size define by Pb · 9 years ago
  32. b8741bd OS X kernel support (see https://github.com/aquynh/capstone/pull/528) by Pb · 9 years ago
  33. ae7c484 Merge pull request #522 from tj90241/code-cleanup by Nguyen Anh Quynh · 9 years ago
  34. 30d1167 Kill a shadowed declaration of a local variable. by Tyler J. Stachecki · 9 years ago
  35. 88e8da6 Remove duplicate function declaration. by Tyler J. Stachecki · 9 years ago
  36. 2b3a298 python: perform the last dylib loader only if it fails before that (for El Capitan) by Nguyen Anh Quynh · 9 years ago
  37. 6035734 Merge pull request #518 from kokole/patch-2 by Nguyen Anh Quynh · 9 years ago
  38. cd6a732 LOOP* branch fix for full x64 instructions by kokole · 9 years ago
  39. 7ebfd92 Merge pull request #517 from kokole/patch-1 by Nguyen Anh Quynh · 9 years ago
  40. 9cdd203 LOOP* instructions are conditional branches by kokole · 9 years ago
  41. f49ac59 Merge pull request #515 from strazzere/master by Nguyen Anh Quynh · 9 years ago
  42. f9ddf05 Add OSX 10.11 dylib load fix by Tim Strazzere · 9 years ago
  43. 9219048 x86: coding style by Nguyen Anh Quynh · 9 years ago
  44. 1a13338 fix comment by bughoho · 9 years ago
  45. 2f0e215 add dedicated variables such as prefix2e, prefix36, prefix66, prefix67, etc by bughoho · 9 years ago
  46. ee34e72 Merge pull request #503 from onesbug/master by Nguyen Anh Quynh · 9 years ago
  47. 3388167 fix:prefix 0x67 missed. by bughoho · 9 years ago
  48. e72bd24 [binding][python] fixup python 3 compatibility by Nicolas PLANEL · 9 years ago
  49. 8b25b0a file.write() need bytes when file is opened in binary mode by Nicolas PLANEL · 9 years ago
  50. cf86df0 Merge pull request #488 from strazzere/master by Nguyen Anh Quynh · 9 years ago
  51. 13d7d30 Fix typo by Tim Strazzere · 9 years ago
  52. 5e94dba fix an warning in test_iter_benchmark.c by Nguyen Anh Quynh · 9 years ago
  53. 6960082 delete old code by bughoho · 9 years ago
  54. e742835 test cs_disasm_iter benchmark by bughoho · 9 years ago
  55. 7c74861 https://github.com/aquynh/capstone/issues/483 by bughoho · 9 years ago
  56. 1b29897 Fix build for cygwin by pancake · 9 years ago
  57. 24341dc suite: add verbose output mode to regress.py by Nguyen Anh Quynh · 9 years ago
  58. e5a3058 Merge pull request #464 from 10110111/master by Nguyen Anh Quynh · 9 years ago
  59. 21454c0 Add tests for x86 string instructions by Ruslan Kabatsayev · 9 years ago
  60. 763ac62 arm: another fix for #446. bug reported by @uxmal by Nguyen Anh Quynh · 9 years ago
  61. f938424 x86: another attempt to fix #456 by Nguyen Anh Quynh · 9 years ago
  62. 50d1205 suite: add regress.py by Nguyen Anh Quynh · 9 years ago
  63. b584a50 x86: another attempt for #456 by Nguyen Anh Quynh · 9 years ago
  64. b6ae93d x86: more AT&T fixes for #458 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  65. d28a948 x86: more fix for #458 by Nguyen Anh Quynh · 9 years ago
  66. f74e96c x86: fix issue #458 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  67. 01e87ae x86: fix issue #456 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  68. 8b012d5 arm: fix issue #459 reported by Ahmed Garhy by Nguyen Anh Quynh · 9 years ago
  69. ad94e98 x86: fix target addresses of CALL/JMP rel16. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  70. ac74b38 x86: REPNE prefix is valid for LODSD. this fixes the bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  71. 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
  72. 0f408c2 x86: repne prefix can come with INS/OUTS/LODS instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  73. 4dda6c9 x86: rep* prefix read/write *CX register. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  74. f84a099 x86: fix operand size of farjmp/farcall. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  75. 60d40cf x86: loope/loopne read EFLAGS. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  76. f0c7da0 sparc: fix POPC instruction. bug reported by @zonkzonk & @pancake by Nguyen Anh Quynh · 9 years ago
  77. b1c54fe x86: LOOP* instructions should read/write *CX registers. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  78. 981c201 x86: fix selector part of farjmp/farcall instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  79. 0793345 Merge pull request #429 from krytarowski/pkgsrc by Nguyen Anh Quynh · 9 years ago
  80. 453b41a Allow to build capstone in pkgsrc for FreeBSD and DragonflyBSD by Kamil Rytarowski · 9 years ago
  81. af0b4e0 Merge pull request #421 from stefan-cornelius/master by Nguyen Anh Quynh · 9 years ago
  82. dab296e Update to 3.0.4. Fix EPEL6 build issue by Stefan Cornelius · 9 years ago
  83. e710e4f python: do not copy msvc/headers directory in setup.py by Nguyen Anh Quynh · 9 years ago
  84. 4b0c337 update RELEASE_NOTES by Nguyen Anh Quynh · 9 years ago
  85. cfd8db3 update ChangeLog by Nguyen Anh Quynh · 9 years ago
  86. e49512b update ChangeLog for 3.0.4 by Nguyen Anh Quynh · 9 years ago
  87. 5ae730e Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  88. 11bcd64 Merge branch 'pranith-master' by Nguyen Anh Quynh · 9 years ago
  89. 6757887 Merge branch 'master' of https://github.com/pranith/capstone into pranith-master by Nguyen Anh Quynh · 9 years ago
  90. 07bcd25 Fix check for multi-string CC by Pranith Kumar · 9 years ago
  91. 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
  92. e9e0405 packages: add RPM spec file (copied from https://bugzilla.redhat.com/attachment.cgi?id=1024818) by Nguyen Anh Quynh · 9 years ago
  93. 2bb3933 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  94. 901f407 mips: remove alias_insns[] by Nguyen Anh Quynh · 9 years ago
  95. ffb878a mips: delete the alias map SUBU to NEGU. bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  96. c31f698 Merge pull request #406 from achernet/python-virtualenv-fix-master by Nguyen Anh Quynh · 9 years ago
  97. 6f1e543 [Python binding] Add capstone.egg-info to .gitignore by Alex Chernetz · 9 years ago
  98. 801178b [Python binding] Fix setup.py to allow installing in a virtualenv by Alex Chernetz · 9 years ago
  99. 36d0594 x86: fix immediate operand of AND/OR/XOR instructions. bug reported by @yegord by Nguyen Anh Quynh · 9 years ago
  100. facb90c make.sh: clean before building & add usage instructions for cross-android by Nguyen Anh Quynh · 9 years ago