1. 0537e9c Snap for 4425573 from 6788a4139092f179005f7cdbf181ba24b60b6113 to pi-release by android-build-team Robot · 7 years ago int/p/fp2 rel/p/fp2/20.10.1-beta rel/p/fp2/20.12.0-beta rel/p/fp2/21.01.0-rel rel/p/fp2/21.03.0-rel rel/p/fp2/21.05.0-rel rel/p/fp2/21.08.1-rel rel/p/fp2/21.10.0-rel rel/p/fp2/21.12.0-rel 20.10.1-beta.0 20.12.0-beta.0 20.12.0-beta.1 21.01.0-rel.0 rel/p/fp2/21.01.0-rel.1 rel/p/fp2/21.03.0-rel.1 rel/p/fp2/21.03.0-rel.2 rel/p/fp2/21.05.0-rel.1 rel/p/fp2/21.08.1-rel.0 rel/p/fp2/21.10.0-rel.2 rel/p/fp2/21.12.0-rel.1
  2. 6788a41 Use -Werror in external/capstone by Chih-Hung Hsieh · 7 years ago
  3. 6b3e028 Snap for 4380820 from fef4cbf28d0ec73fd5e2724c0bae0b4bc730592c to pi-release by android-build-team Robot · 7 years ago
  4. fef4cbf Merge commit '050ebf4' into honggfuzz-android by Zach Riggle · 7 years ago
  5. eb0b0bf Initial empty repository by (raulenrique) · 7 years ago
  6. 050ebf4 Remove references to vendor, since this should not be on /system or /vendor by Zach Riggle · 7 years ago
  7. 08f78e8 Add Android.bp blueprint for building within AOSP by Zach Riggle · 7 years ago
  8. 618b4f7 Fix the include path for Android builds when building cstool by Zach Riggle · 7 years ago
  9. 4576c48 Add LICENSE and METADATA for Android external/ by Zach Riggle · 7 years ago
  10. 7925323 Bug fix for incorrect operand type in certain load/store instructions on AArch64. (#952) by Andrew Calvano · 7 years ago
  11. 088340d bump PKG_TAG to rc3 by Nguyen Anh Quynh · 7 years ago
  12. da2e94e ChangeLog for 3.0.5-rc3 by Nguyen Anh Quynh · 7 years ago
  13. 2e2d9bf Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 7 years ago
  14. b04dce3 arm: UADD8 updates flags. fix #980 by Nguyen Anh Quynh · 7 years ago
  15. 85960f9 arm64: handling of system registers added in ARMv8.1/2 (#960) by semihalf-oleksy-michalina · 7 years ago
  16. 438f824 cstool: cs_op_count() can return -1. fix #978 by Nguyen Anh Quynh · 7 years ago
  17. f5b0e3c cmake: do not set libsuffix=64 on MacOS. fix issue #963 by Nguyen Anh Quynh · 7 years ago
  18. 408de03 detect 64bit library location. compatibility for 64bit systems. (#963) by Fernie · 7 years ago
  19. d4babd9 x86: MOV AL, [mem] has 2 operands. fix #959 by Nguyen Anh Quynh · 7 years ago
  20. c508224 x86: wrong number of operands. fix #950 by Nguyen Anh Quynh · 7 years ago
  21. 229593d mingw build: cstool fails to build with mingw (#941) by Adrian Herrera · 7 years ago
  22. b6c4c3f rebuild cstool when the core changes. fix #932 by Nguyen Anh Quynh · 7 years ago
  23. 4a757e1 Several changes for size reduction (#929) by vit9696 · 7 years ago
  24. 44c419a x86: indentation by Nguyen Anh Quynh · 7 years ago
  25. 69b163a Compile cstool on Windows using Microsoft Visual Studio (VS). (#927) by Quang Nguyễn · 7 years ago
  26. ce3f0d0 Rename test.c to test_basic.c with corresponding executable name change. (#923) by Nick Briggs · 7 years ago
  27. 7b4e870 x86: LDS is invalid in x64. see #904 by Nguyen Anh Quynh · 7 years ago
  28. 7ca24f1 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 7 years ago
  29. ce8a822 x86: handle f2/f3 prefix for 16bit. see issue #452 by Nguyen Anh Quynh · 7 years ago
  30. a8ad69a x86: LES is invalid in x64. see #904 by Nguyen Anh Quynh · 7 years ago
  31. efc9036 x86: AT&T syntax bug with zero offset segment register. see #884 by Nguyen Anh Quynh · 7 years ago
  32. f4c5d5e Makefile: do not delete capstone.pc.in by Nguyen Anh Quynh · 7 years ago
  33. 079d94d arm: POP {reg} read/write SP register. this fixes #913 by Nguyen Anh Quynh · 7 years ago
  34. 3cebee3 x86: lock nop is a valid instruction. #915 by Nguyen Anh Quynh · 7 years ago
  35. 3cc69be cmake - fix SOVERSION property used for libcapstone.so (#914) by Gabor Buella · 7 years ago
  36. bc0e173 CMake: fix pkgconfig file by Nguyen Anh Quynh · 7 years ago
  37. b9a2c1a cmake: install pkg config file by Gabor Buella · 7 years ago
  38. e1e2b5b fix compiling error in MS VS2015 (#869) by noword · 7 years ago
  39. 2acb205 cstool: support arm64be by Nguyen Anh Quynh · 7 years ago
  40. 10e8323 Bugfix : setting all fields to insns cache (#899) by Simorfo · 7 years ago
  41. 54f4863 python: add a debug line by Nguyen Anh Quynh · 7 years ago
  42. c1d5c09 cleanup by Nguyen Anh Quynh · 7 years ago
  43. 3c467fe Fix for incorrect operand size in 64bit CALL / JMP when x66 prefix in use (#777) by el2ro · 7 years ago
  44. 8e39d82 replace if-s in AArch64_AM_decodeAdvSIMDModImmType10 with lookup table (#552) by szt · 7 years ago
  45. e3ff166 vb6 bindings added to credits.txt (#891) by David Zimmer · 7 years ago
  46. bbb6b9e add VB to README by Nguyen Anh Quynh · 7 years ago
  47. edc8ef0 +vb6 bindings (#889) by David Zimmer · 7 years ago
  48. 0e4cdd9 PHP binding by Nguyen Anh Quynh · 7 years ago
  49. 04ce7f2 cstool: fix mips64 mode by Nguyen Anh Quynh · 7 years ago
  50. 85f4b8f Fix an integer overflow issue (#871) by Quang Nguyễn · 7 years ago
  51. 5be7444 x86: support BND prefix. issue #872 by Nguyen Anh Quynh · 7 years ago
  52. 6fe86ee provide a validity check to prevent against Integer overflow conditions (#870) by Quang Nguyễn · 7 years ago
  53. fbfa991 add nmake.bat by Nguyen Anh Quynh · 7 years ago
  54. d786983 cstool: support armbe mode by Nguyen Anh Quynh · 7 years ago
  55. e2d9ada Update cs.c by Nguyen Anh Quynh · 7 years ago
  56. 93f7af2 Merge pull request #867 from vit9696/patch-1 by Nguyen Anh Quynh · 7 years ago
  57. 4361596 fix compilation from within a macOS kernel extension by vit9696 · 7 years ago
  58. d8ef491 fix some warnings on VS2010 on redefining INTxx_MIN, INTxx_MAX by Nguyen Anh Quynh · 7 years ago
  59. bac2b3b Merge pull request #865 from rhelmot/master by Nguyen Anh Quynh · 7 years ago
  60. 9d3e929 Add ability to copy prebuilt libraries from prebuilt directory during python build by Andrew Dutcher · 7 years ago
  61. e22577e update ChangeLog by Nguyen Anh Quynh · 7 years ago
  62. 335b85c arm64: fix immediate number in detail mode. see #860 by Nguyen Anh Quynh · 7 years ago
  63. adec3a8 CMake: bump version to 3.0.5 by Nguyen Anh Quynh · 7 years ago
  64. 1504f91 x86: consistent register names ST0-ST7 with the asm output by Nguyen Anh Quynh · 7 years ago
  65. 2fa4744 arm64: rename enum arm64_mrs_reg to arm64_sysreg by Nguyen Anh Quynh · 7 years ago
  66. 9630954 arm: add IMM operand for printPostIdxImm8s4Operand(). issue #861 by Nguyen Anh Quynh · 7 years ago
  67. 972a512 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 7 years ago
  68. f15f3bc ppc: print 0 offset for memory operand. see issue #856 by Nguyen Anh Quynh · 7 years ago
  69. 9ad8eb6 x86: fix EAX operand for X86_MOV32ao32. fix issue #852 by Nguyen Anh Quynh · 7 years ago
  70. 85c1b4b Python: Automatically conform to PEP440 for version numbers. ported from Unicorn Python binding by Nguyen Anh Quynh · 7 years ago
  71. 0f456b3 switch endian mode with cs_option() for Arm/Arm64/Mips/Sparc. fix issue #849 by Nguyen Anh Quynh · 7 years ago
  72. 63fb1f4 Merge pull request #843 from JustEnuff2BDangerous/master by Nguyen Anh Quynh · 7 years ago
  73. 952d534 Patch for issue #842 by JustEnuff2BDangerous · 7 years ago
  74. 2562670 x86: Fix the operand encoding in the test instruction for reduce set, issue #702 by Nguyen Anh Quynh · 7 years ago
  75. 7c5c636 x86: Fix the operand encoding in the test instruction, issue #702 by Nguyen Anh Quynh · 7 years ago
  76. 3847798 Merge pull request #833 from 0xbc/fix_cstool_build_vs2012 by Nguyen Anh Quynh · 7 years ago
  77. e213802 Fix build under VS2012 (i.e. MSC_VER = 1700) by Ben Cheney · 7 years ago
  78. 0de0c8b Merge pull request #817 from GBuella/fix_x86_rel_addr_macro by Nguyen Anh Quynh · 8 years ago
  79. 8925ff9 x86: fix X86_REL_ADDR macro - handle two-byte jump instructions by Gabor Buella · 8 years ago
  80. ae79bd9 Add a check of MSVC variable before setting flags that link the libra… (#814) by microplankton · 8 years ago
  81. c8c587f Merge pull request #815 from FuzzySecurity/PowerShell-Binding by Nguyen Anh Quynh · 8 years ago
  82. 2328253 $Address -> UInt64 !Int32 by FuzzySecurity · 8 years ago
  83. 01cf158 Merge remote-tracking branch 'aquynh/master' into PowerShell-Binding by FuzzySecurity · 8 years ago
  84. 6357369 Merge pull request #813 from ehntoo/master by Nguyen Anh Quynh · 8 years ago
  85. da38d99 Use the correct mapping for 32-bit Thumb Big-Endian insns by Mitchell Johnson · 8 years ago
  86. 8b7bac2 Fix cs_close() pointer to handle not handle (#810) by b33f · 8 years ago
  87. b526229 Fix: cs_close -> [ref]Ptr not Ptr by FuzzySecurity · 8 years ago
  88. 4088ce5 Merge remote-tracking branch 'aquynh/master' into PowerShell-Binding by FuzzySecurity · 8 years ago
  89. d909de0 update CREDITS.TXT by Nguyen Anh Quynh · 8 years ago
  90. 04ec181 PowerShell binding (#803) by b33f · 8 years ago
  91. 2a66831 Revert constant generation + Quality of service change by FuzzySecurity · 8 years ago
  92. a75752b +Get-CapstoneDisassembly by FuzzySecurity · 8 years ago
  93. 8308ace x86: fix (AT&T) instruction SLDT for issue #807 by Nguyen Anh Quynh · 8 years ago
  94. c19af63 x86: fix (AT&T) instruction lgs for issue #805 by Nguyen Anh Quynh · 8 years ago
  95. 08b0e46 x86: fix (AT&T) ROL instruction in issue #804 by Nguyen Anh Quynh · 8 years ago
  96. c86e78f x86: fix movw instruction in #789 by Nguyen Anh Quynh · 8 years ago
  97. a2d62f9 x86: fix sysexit in #806 by Nguyen Anh Quynh · 8 years ago
  98. b9f38ed PowerShell.Binding-Rework by FuzzySecurity · 8 years ago
  99. 8853489 cstool: remove M68K support by Nguyen Anh Quynh · 8 years ago
  100. 41a3980 cstool: print out insn groups by Nguyen Anh Quynh · 8 years ago