1. 8b012d5 arm: fix issue #459 reported by Ahmed Garhy by Nguyen Anh Quynh · 9 years ago
  2. ad94e98 x86: fix target addresses of CALL/JMP rel16. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  3. ac74b38 x86: REPNE prefix is valid for LODSD. this fixes the bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  4. 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
  5. 0f408c2 x86: repne prefix can come with INS/OUTS/LODS instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  6. 4dda6c9 x86: rep* prefix read/write *CX register. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  7. f84a099 x86: fix operand size of farjmp/farcall. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  8. 60d40cf x86: loope/loopne read EFLAGS. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  9. f0c7da0 sparc: fix POPC instruction. bug reported by @zonkzonk & @pancake by Nguyen Anh Quynh · 9 years ago
  10. b1c54fe x86: LOOP* instructions should read/write *CX registers. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  11. 981c201 x86: fix selector part of farjmp/farcall instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  12. 0793345 Merge pull request #429 from krytarowski/pkgsrc by Nguyen Anh Quynh · 9 years ago
  13. 453b41a Allow to build capstone in pkgsrc for FreeBSD and DragonflyBSD by Kamil Rytarowski · 9 years ago
  14. af0b4e0 Merge pull request #421 from stefan-cornelius/master by Nguyen Anh Quynh · 9 years ago
  15. dab296e Update to 3.0.4. Fix EPEL6 build issue by Stefan Cornelius · 9 years ago
  16. e710e4f python: do not copy msvc/headers directory in setup.py by Nguyen Anh Quynh · 9 years ago
  17. 4b0c337 update RELEASE_NOTES by Nguyen Anh Quynh · 9 years ago
  18. cfd8db3 update ChangeLog by Nguyen Anh Quynh · 9 years ago
  19. e49512b update ChangeLog for 3.0.4 by Nguyen Anh Quynh · 9 years ago
  20. 5ae730e Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  21. 11bcd64 Merge branch 'pranith-master' by Nguyen Anh Quynh · 9 years ago
  22. 6757887 Merge branch 'master' of https://github.com/pranith/capstone into pranith-master by Nguyen Anh Quynh · 9 years ago
  23. 07bcd25 Fix check for multi-string CC by Pranith Kumar · 9 years ago
  24. 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
  25. e9e0405 packages: add RPM spec file (copied from https://bugzilla.redhat.com/attachment.cgi?id=1024818) by Nguyen Anh Quynh · 9 years ago
  26. 2bb3933 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  27. 901f407 mips: remove alias_insns[] by Nguyen Anh Quynh · 9 years ago
  28. ffb878a mips: delete the alias map SUBU to NEGU. bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  29. c31f698 Merge pull request #406 from achernet/python-virtualenv-fix-master by Nguyen Anh Quynh · 9 years ago
  30. 6f1e543 [Python binding] Add capstone.egg-info to .gitignore by Alex Chernetz · 9 years ago
  31. 801178b [Python binding] Fix setup.py to allow installing in a virtualenv by Alex Chernetz · 9 years ago
  32. 36d0594 x86: fix immediate operand of AND/OR/XOR instructions. bug reported by @yegord by Nguyen Anh Quynh · 9 years ago
  33. facb90c make.sh: clean before building & add usage instructions for cross-android by Nguyen Anh Quynh · 9 years ago
  34. d12f550 Improve support for building for Android devices by Joshua J. Drake · 9 years ago
  35. 158599e Pass command line args after the target to build() by Joshua J. Drake · 9 years ago
  36. d8d11ed suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  37. 99ed490 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  38. fdf2a83 Merge pull request #397 from felixgr/debug-build by Nguyen Anh Quynh · 9 years ago
  39. 48cb42d Add debug build target and fuzz testing harness. by Felix Grobert · 9 years ago
  40. 2ec0f81 mips: return Fail on assert failure in MipsDisassembler.c by Nguyen Anh Quynh · 9 years ago
  41. 06eacaf ppc: return failure when Base>=32 in decodeMemRIOperands() by Nguyen Anh Quynh · 9 years ago
  42. d49ec46 ppc: handle invalid CR bits with more than 8 zeros in decodeCRBitMOperand(). bug reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  43. 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
  44. c67e40f Merge pull request #391 from gygl09/master by Nguyen Anh Quynh · 9 years ago
  45. 2886fd3 Update make.sh by gygl09 · 9 years ago
  46. dcc54ca Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  47. dfe0eed add header guard to myinttypes.h by Nguyen Anh Quynh · 9 years ago
  48. 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
  49. 33bf2d1 bump version to 3.0.4 by Nguyen Anh Quynh · 9 years ago
  50. 6aaa08a suite: add python_capstone_setup.py by Nguyen Anh Quynh · 9 years ago
  51. c2bc152 ppc: avoid potential memleak issue when alias mnemonic is empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  52. c4dbf07 ppc: make sure alias mnememonic is not empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  53. 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
  54. 3dc31d2 x86: properly handle AL/AX/EAX operand of OUT instruction in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  55. 3f00a72 x86: some algorithm instructions with immediate of 1 byte should be printed in positive form by Nguyen Anh Quynh · 9 years ago
  56. 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
  57. 1ea95a1 Merge branch 'patch-1' of https://github.com/neuromancer/capstone into t5 by Nguyen Anh Quynh · 9 years ago
  58. fbae42e x86: revert the old change that check prefix location more strictly by Nguyen Anh Quynh · 9 years ago
  59. 46ab570 python: shared library can be unloaded from under our feet. issue reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  60. 8bd0fdb arm: reduce the size of ARM_ITStatus.ITStates[] to 8 by Nguyen Anh Quynh · 9 years ago
  61. e404dc9 Merge pull request #386 from igotti-google/master by Nguyen Anh Quynh · 9 years ago
  62. 4fcb31c Fix Thumb disassembler memory corruption with IT sequence (issue #385) by Nikolay Igotti · 9 years ago
  63. 6fd8044 Allow local installations of the python bindings by neuromancer · 9 years ago
  64. ded1577 arm: fix an warning on conversion from uint64_t to bool. issue reported by @yegord by Nguyen Anh Quynh · 9 years ago
  65. 250ac09 do not modify config.mk by Nguyen Anh Quynh · 9 years ago
  66. 179af6a python: cleanup README.pypi-win by Nguyen Anh Quynh · 9 years ago
  67. d70f21a python: update PyPi packages installation doc by Nguyen Anh Quynh · 9 years ago
  68. e8c6e34 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  69. d501a37 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  70. 5755814 add Rust binding to README by Nguyen Anh Quynh · 9 years ago
  71. 95cf359 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  72. 06bc3f6 cython: bump version in setup_cython.py to 3.0.3 by Nguyen Anh Quynh · 9 years ago
  73. 745ac64 Fix error when _cs is None during teardown by Zach Riggle · 9 years ago
  74. 06536a8 python: README.pypi-src by Nguyen Anh Quynh · 9 years ago
  75. 12a049b packages: update FreeBSD to version 3.0.3 by Nguyen Anh Quynh · 9 years ago
  76. 77ff056 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  77. 3dd6416 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  78. 9c140e4 python: add links to PyPi packages in their README by Nguyen Anh Quynh · 9 years ago
  79. 697ee40 python: bump package version to 3.0.3 (setup.py) by Nguyen Anh Quynh · 9 years ago
  80. 3a5e8da update RELEASE_NOTES with a dedication to Prof. Yoshiyasu Takefuji by Nguyen Anh Quynh · 9 years ago
  81. 1bfa480 bump version to 3.0.3 by Nguyen Anh Quynh · 9 years ago
  82. 512303b update Changelog for 3.0.3 by Nguyen Anh Quynh · 9 years ago
  83. 478595d arm: remove ASRS, LSRS, SUBS & MOVS from mapping table insns[]. backported from the 'next' branch, but do not really remove these 'dead' instructions for compatibility reason by Nguyen Anh Quynh · 9 years ago
  84. 5dba2c3 arm: BLX should read PC & modify LR registers. bug reported by Zach Riggle by Nguyen Anh Quynh · 9 years ago
  85. 27526f3 x86: make all shifted instructions to support first operand in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  86. 5778087 suite: correct authors of patch_major_os_version.py by Nguyen Anh Quynh · 9 years ago
  87. aac7b23 Merge pull request #355 from tacoxnguyen/master by Nguyen Anh Quynh · 9 years ago
  88. 09559a6 add script to MajorOperatingSystemVersion and MajorSubsystemVersion in PE header from 6 to 5 by Nguyen Tan Cong · 9 years ago
  89. 611e9d9 Merge pull request #354 from ttsugriy/fix-spelling-nits by Nguyen Anh Quynh · 9 years ago
  90. 37590df Fix spelling nits by Taras Tsugrii · 9 years ago
  91. 16fa7e4 Merge pull request #349 from 0vercl0k/master by Nguyen Anh Quynh · 9 years ago
  92. e4219ba actually tracking test_iter by Axel 0vercl0k Souchet · 9 years ago
  93. ca9cb68 tabs by Axel 0vercl0k Souchet · 9 years ago
  94. f41a0ea add test_iter to msvc solution by Axel 0vercl0k Souchet · 9 years ago
  95. ff83763 Merge pull request #344 from binave/java-readme-jna-install by Nguyen Anh Quynh · 9 years ago
  96. b6c90b9 Update README for Java Bindings by Ammar Ben Khadra · 9 years ago
  97. 8289006 Update README by Ammar Ben Khadra · 9 years ago
  98. ab23a08 Merge pull request #340 from danghvu/master by Nguyen Anh Quynh · 9 years ago
  99. 06044ff Fix a bug in Cython due to renaming by danghvu · 9 years ago
  100. ac6be47 suite: better support for Python3 for test_group_name.py by Nguyen Anh Quynh · 9 years ago