1. d12f550 Improve support for building for Android devices by Joshua J. Drake · 9 years ago
  2. 158599e Pass command line args after the target to build() by Joshua J. Drake · 9 years ago
  3. d8d11ed suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  4. 99ed490 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  5. fdf2a83 Merge pull request #397 from felixgr/debug-build by Nguyen Anh Quynh · 9 years ago
  6. 48cb42d Add debug build target and fuzz testing harness. by Felix Grobert · 9 years ago
  7. 2ec0f81 mips: return Fail on assert failure in MipsDisassembler.c by Nguyen Anh Quynh · 9 years ago
  8. 06eacaf ppc: return failure when Base>=32 in decodeMemRIOperands() by Nguyen Anh Quynh · 9 years ago
  9. d49ec46 ppc: handle invalid CR bits with more than 8 zeros in decodeCRBitMOperand(). bug reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  10. 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
  11. c67e40f Merge pull request #391 from gygl09/master by Nguyen Anh Quynh · 9 years ago
  12. 2886fd3 Update make.sh by gygl09 · 9 years ago
  13. dfe0eed add header guard to myinttypes.h by Nguyen Anh Quynh · 9 years ago
  14. 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
  15. 6aaa08a suite: add python_capstone_setup.py by Nguyen Anh Quynh · 9 years ago
  16. c2bc152 ppc: avoid potential memleak issue when alias mnemonic is empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  17. c4dbf07 ppc: make sure alias mnememonic is not empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  18. 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
  19. 3dc31d2 x86: properly handle AL/AX/EAX operand of OUT instruction in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  20. 3f00a72 x86: some algorithm instructions with immediate of 1 byte should be printed in positive form by Nguyen Anh Quynh · 9 years ago
  21. 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
  22. 1ea95a1 Merge branch 'patch-1' of https://github.com/neuromancer/capstone into t5 by Nguyen Anh Quynh · 9 years ago
  23. fbae42e x86: revert the old change that check prefix location more strictly by Nguyen Anh Quynh · 9 years ago
  24. 46ab570 python: shared library can be unloaded from under our feet. issue reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  25. 8bd0fdb arm: reduce the size of ARM_ITStatus.ITStates[] to 8 by Nguyen Anh Quynh · 9 years ago
  26. e404dc9 Merge pull request #386 from igotti-google/master by Nguyen Anh Quynh · 9 years ago
  27. 4fcb31c Fix Thumb disassembler memory corruption with IT sequence (issue #385) by Nikolay Igotti · 9 years ago
  28. 6fd8044 Allow local installations of the python bindings by neuromancer · 9 years ago
  29. ded1577 arm: fix an warning on conversion from uint64_t to bool. issue reported by @yegord by Nguyen Anh Quynh · 9 years ago
  30. 250ac09 do not modify config.mk by Nguyen Anh Quynh · 9 years ago
  31. 179af6a python: cleanup README.pypi-win by Nguyen Anh Quynh · 9 years ago
  32. d70f21a python: update PyPi packages installation doc by Nguyen Anh Quynh · 9 years ago
  33. e8c6e34 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  34. d501a37 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  35. 5755814 add Rust binding to README by Nguyen Anh Quynh · 9 years ago
  36. 95cf359 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  37. 06bc3f6 cython: bump version in setup_cython.py to 3.0.3 by Nguyen Anh Quynh · 9 years ago
  38. 745ac64 Fix error when _cs is None during teardown by Zach Riggle · 9 years ago
  39. 06536a8 python: README.pypi-src by Nguyen Anh Quynh · 9 years ago
  40. 12a049b packages: update FreeBSD to version 3.0.3 by Nguyen Anh Quynh · 9 years ago
  41. 77ff056 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  42. 3dd6416 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  43. 9c140e4 python: add links to PyPi packages in their README by Nguyen Anh Quynh · 9 years ago
  44. 697ee40 python: bump package version to 3.0.3 (setup.py) by Nguyen Anh Quynh · 9 years ago
  45. 3a5e8da update RELEASE_NOTES with a dedication to Prof. Yoshiyasu Takefuji by Nguyen Anh Quynh · 9 years ago
  46. 1bfa480 bump version to 3.0.3 by Nguyen Anh Quynh · 9 years ago
  47. 512303b update Changelog for 3.0.3 by Nguyen Anh Quynh · 9 years ago
  48. 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
  49. 5dba2c3 arm: BLX should read PC & modify LR registers. bug reported by Zach Riggle by Nguyen Anh Quynh · 9 years ago
  50. 27526f3 x86: make all shifted instructions to support first operand in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  51. 5778087 suite: correct authors of patch_major_os_version.py by Nguyen Anh Quynh · 9 years ago
  52. aac7b23 Merge pull request #355 from tacoxnguyen/master by Nguyen Anh Quynh · 9 years ago
  53. 09559a6 add script to MajorOperatingSystemVersion and MajorSubsystemVersion in PE header from 6 to 5 by Nguyen Tan Cong · 9 years ago
  54. 611e9d9 Merge pull request #354 from ttsugriy/fix-spelling-nits by Nguyen Anh Quynh · 9 years ago
  55. 37590df Fix spelling nits by Taras Tsugrii · 9 years ago
  56. 16fa7e4 Merge pull request #349 from 0vercl0k/master by Nguyen Anh Quynh · 9 years ago
  57. e4219ba actually tracking test_iter by Axel 0vercl0k Souchet · 9 years ago
  58. ca9cb68 tabs by Axel 0vercl0k Souchet · 9 years ago
  59. f41a0ea add test_iter to msvc solution by Axel 0vercl0k Souchet · 9 years ago
  60. ff83763 Merge pull request #344 from binave/java-readme-jna-install by Nguyen Anh Quynh · 9 years ago
  61. b6c90b9 Update README for Java Bindings by Ammar Ben Khadra · 9 years ago
  62. 8289006 Update README by Ammar Ben Khadra · 9 years ago
  63. ab23a08 Merge pull request #340 from danghvu/master by Nguyen Anh Quynh · 9 years ago
  64. 06044ff Fix a bug in Cython due to renaming by danghvu · 9 years ago
  65. ac6be47 suite: better support for Python3 for test_group_name.py by Nguyen Anh Quynh · 9 years ago
  66. c1d9786 Validate group names against a hardcoded list per arch. by learn_more · 9 years ago
  67. ac9253c Update capstone.h by mrexodia · 9 years ago
  68. 926327d Merge pull request #332 from learn-more/v3 by Nguyen Anh Quynh · 9 years ago
  69. caf47a5 Include common headers in cmake projects. by learn_more · 9 years ago
  70. 7c47be4 Fix handling of cmpxchg16b with lock prefix by Ole André Vadla Ravnås · 9 years ago
  71. 42fcfa4 Fix handling of cmpxchg16b with lock prefix by Ole André Vadla Ravnås · 9 years ago
  72. 4b6026a Merge branch 'master' of https://github.com/learn-more/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  73. 27ea277 some fixes for bindings/README by Nguyen Anh Quynh · 9 years ago
  74. 5742a15 update bindings/README to add Capstone.NET binding by Nguyen Anh Quynh · 9 years ago
  75. 6e76037 small mixup by learn_more · 9 years ago
  76. 0749930 missed option by learn_more · 9 years ago
  77. 317682b Include the headers per arch by learn_more · 9 years ago
  78. 9592a4c missing c file. by learn_more · 9 years ago
  79. 43f8ac1 split cmake sources out in groups. fix indenting to be consistent. by learn_more · 9 years ago
  80. 455fa06 whitespace, as requested. by learn_more · 9 years ago
  81. c85e3c3 Change msvc ImportLib for static target to 'capstone_dll.lib' by learn_more · 9 years ago
  82. 9668b26 Fix compiling with nmake by learn_more · 9 years ago
  83. 094ae1e Merge pull request #311 from jpenalbae/sparc-branchfix by Nguyen Anh Quynh · 9 years ago
  84. 40e6a99 Improved displacement decoding for sparc banching instructions by NighterMan · 9 years ago
  85. fa20d0d Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  86. fa69b7f fix typo in myinttypes.h by Nguyen Anh Quynh · 9 years ago
  87. bcf09f4 Add support to embed Capstone into OS X kernel extensions. by reverser · 9 years ago
  88. 27a22f8 Sparc conditional branches displacement fix by NighterMan · 9 years ago
  89. bc96e36 remove stdio.h from capstone.h. this is to make it possible to embed to OSX kernel. issue reported by Pedro by Nguyen Anh Quynh · 9 years ago
  90. 0915ecc x86: tighter check on return of consumeByte() & lookAtByte(). this fixes the segfault on the sole input of 0xf3 reported by windhl by Nguyen Anh Quynh · 9 years ago
  91. ea296b6 x86: tighter check on return of consumeByte() & lookAtByte(). this fixes the segfault on the sole input of 0xf3 reported by windhl by Nguyen Anh Quynh · 9 years ago
  92. 040fd80 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  93. e840317 Renaming inttypes.h -> myinttypes.h by Félix Cloutier · 9 years ago
  94. 28f3255 add links to Lua & Rust bindings by Nguyen Anh Quynh · 9 years ago
  95. 1061f82 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  96. 60b6f9e Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  97. e5da2da Add DESTDIR support for the python binding. by Hank Leininger · 9 years ago
  98. e1bde17 x86: fix instruction 66f20f59ff reported by @maijin by Nguyen Anh Quynh · 9 years ago
  99. 3cd999f x86: fix the pause instruction reported by @maijin in issue #298 by Nguyen Anh Quynh · 9 years ago
  100. 0187ad1 python: X86Op.avx_zero_mask should have c_bool type by Nguyen Anh Quynh · 9 years ago