1. bf2690a Merge pull request #696 from emoon/m68k-reg-read-write by Nguyen Anh Quynh · 8 years ago
  2. aaf2c49 [M68K] Implemented regs read/write lists by Daniel Collin · 8 years ago
  3. 483e101 arm: fix issue #740 by Nguyen Anh Quynh · 8 years ago
  4. 97b3492 Merge pull request #737 from xia0pin9/xia0pin9-arm64-blr by Nguyen Anh Quynh · 8 years ago
  5. 903aa23 Fix BL, BLR group information by Yuping Li · 8 years ago
  6. 47998be Merge pull request #657 from davidcarne/fix-uninit by Nguyen Anh Quynh · 8 years ago
  7. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  8. 21b4a73 Merge pull request #727 from lucasg/issue_718_mov_eax by Nguyen Anh Quynh · 8 years ago
  9. 05ddfac Fix mov *ax, addr register access for CAPSTONE_REDUCE files by lucasg · 8 years ago
  10. 3b4fc02 Merge pull request #728 from lucasg/fix_failing_travis_build by Nguyen Anh Quynh · 8 years ago
  11. edc72e6 Replace copy.deepcopy by copy_ctypes_list for get_arch_info by lucasg · 8 years ago
  12. cffb61e Fix register access for 16-bit mov instructions by lucasg · 8 years ago
  13. 6ee4994 [X86] Fix *ax dst register access on some MOV instructions by lucasg · 8 years ago
  14. 5c4277c Merge pull request #724 from pranith/fix_error_return by Hoang-Vu Dang · 8 years ago
  15. 5ff595c Merge pull request #723 from crowell/array by Nguyen Anh Quynh · 8 years ago
  16. e0afaab Update X86Mapping.c by Jeffrey Crowell · 8 years ago
  17. 94f8aef Fix error return code by Pranith Kumar · 8 years ago
  18. 4750991 fixup qsort by Jeffrey Crowell · 8 years ago
  19. 1555b5b use stdlib's qsort by Jeffrey Crowell · 8 years ago
  20. c975795 add an auxilary array for x86 reg to greatly speedup X86_insn_reg_intel by Jeffrey Crowell · 8 years ago
  21. d9d1052 x86: fix similar bugs with issue #711 for MOV with *AX registers by Nguyen Anh Quynh · 8 years ago
  22. 90f85d4 x86: fix issue #711 by Nguyen Anh Quynh · 8 years ago
  23. fad7078 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  24. 268d00a x86: fix issue #717 by Nguyen Anh Quynh · 8 years ago
  25. 30a7048 Merge pull request #712 from fvrmatteo/next by Nguyen Anh Quynh · 8 years ago
  26. 946016d Fixed X86_INS_BTC/X86_INS_BTR/X86_INS_BTS by fvrmatteo · 8 years ago
  27. da06992 Fixed EFLAGS of BT/BTC/BTR/BTS by fvrmatteo · 8 years ago
  28. ef9ef02 Fixed EFLAGS of BT/BTC/BTR/BTS by fvrmatteo · 8 years ago
  29. d7c3a98 Merge pull request #708 from fvrmatteo/next by Nguyen Anh Quynh · 8 years ago
  30. 647ca2f Changed X86_INS_POP flags by fvrmatteo · 8 years ago
  31. 22a0de5 Merge pull request #705 from rhelmot/next by Nguyen Anh Quynh · 8 years ago
  32. 83af3b9 Re-apply changes from 16477206564745782854e0ec5c68defa02429dd8 on next branch, that's the commit that lets the python bindings run in pypy by Andrew Dutcher · 8 years ago
  33. 944778a Merge pull request #703 from blubberdiblub/m68k-immidiate-to-immediate by Nguyen Anh Quynh · 8 years ago
  34. 7d4c660 Fix typo in m68k constant for immediate operand. by Niels Boehm · 8 years ago
  35. 46fd1d7 Merge pull request #700 from blubberdiblub/python-add-archs-to-tests by Nguyen Anh Quynh · 8 years ago
  36. 0e407ea Add m68k to the general Python tests. by Niels Boehm · 8 years ago
  37. 8fba330 Add missing architectures to test_lite.py. by Niels Boehm · 8 years ago
  38. 6665e84 Merge pull request #699 from blubberdiblub/python-syntax-none-dontchange by Nguyen Anh Quynh · 8 years ago
  39. 32b6346 Use and test syntax against None in all_tests. by Niels Boehm · 8 years ago
  40. 4e62a6f Merge pull request #694 from radare/next-ll by Nguyen Anh Quynh · 8 years ago
  41. da6b5f3 Append LL for all > 32bit numeric immediates by pancake · 8 years ago
  42. 1ba113c Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  43. c1a16fa x86: fix access right memory operand of of MOVSS. see issue #693 by Nguyen Anh Quynh · 8 years ago
  44. 1f3877d Merge pull request #688 from tandasat/next by Nguyen Anh Quynh · 8 years ago
  45. 21853c6 update docs/README by tandasat · 8 years ago
  46. d6e0d6a tests: minor fix for test_arm64.c by Nguyen Anh Quynh · 8 years ago
  47. 5834e64 Merge branch 'windrv' of https://github.com/aquynh/capstone into windrv by Nguyen Anh Quynh · 8 years ago
  48. 84c14d1 fix merging conflict by Nguyen Anh Quynh · 8 years ago
  49. ff428f8 Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  50. f7fe640 port #684 to the next branch by tandasat · 8 years ago
  51. 1521ba3 Merge pull request #682 from ibabushkin/next by Nguyen Anh Quynh · 8 years ago
  52. 2f3241d Merge pull request #669 from zachriggle/next-mips by Nguyen Anh Quynh · 8 years ago
  53. 53b8174 Further refinements to the tests + python test fix for M68K by Inokentiy Babushkin · 8 years ago
  54. e6fd7ac Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  55. fc4488b Reduced confusion caused by the m68k test being out of date by Inokentiy Babushkin · 8 years ago
  56. 91d4273 Add missing MIPS groups by Zach Riggle · 8 years ago
  57. 86e9dd4 bindings: update Java & Ocaml after recent change on M68k interface by Nguyen Anh Quynh · 8 years ago
  58. f3cf9db fix that version was for 2013; should be 2010 by tandasat · 8 years ago
  59. 6763a3e remove winkernel from default build set as documented by tandasat · 8 years ago
  60. 8e9519c fix merge error by tandasat · 8 years ago
  61. f926e80 Fixed ordering in files by Inokentiy Babushkin · 8 years ago
  62. 7dc304f Fixed python bindings to align with struct changes by Inokentiy Babushkin · 8 years ago
  63. c45f1db Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  64. 45e5eab port Windows driver support by tandasat · 8 years ago
  65. 914d0a7 Added enum tag setting to FPU handling code for m68k by Inokentiy Babushkin · 8 years ago
  66. 35a3ca1 Adjusted operand printing by Inokentiy Babushkin · 8 years ago
  67. a19fd65 Fixed trivial (all) compiler warnings by Inokentiy Babushkin · 8 years ago
  68. 3581563 Changed register pair handling in M68K header by Inokentiy Babushkin · 8 years ago
  69. 4d36deb fix #673 by tandasat · 8 years ago
  70. 6d332dc Merge pull request #661 from pranith/fixname by Nguyen Anh Quynh · 8 years ago
  71. 54f8925 Fix linking step for new lib name by Pranith Kumar · 8 years ago
  72. 4c6d791 Annotate MIPS insructions JALR and SYSCALL by Zach Riggle · 8 years ago
  73. 5cb3fe3 Add MIPS_GRP_XXX aliases for generic types. by Zach Riggle · 8 years ago
  74. 23eac63 Merge pull request #662 from pranith/fixtests by Nguyen Anh Quynh · 8 years ago
  75. 8375270 Handle python test failure properly by Pranith Kumar · 8 years ago
  76. 97aecf4 Fix travis build failures by Pranith Kumar · 8 years ago
  77. fbf1cd7 Fix generated library name by Pranith Kumar · 8 years ago
  78. 81f2bcf x86: initialize eaDisplacement in 16-bit mode. Fixes #656 by David Carne · 8 years ago
  79. 9d07c1c arm: only reset IT block for ARM by Nguyen Anh Quynh · 8 years ago
  80. 56aa0ac arm: reset IT block before cs_disasm(). this fixes issue #643 by Nguyen Anh Quynh · 8 years ago
  81. ab93c00 sparc: fix target address of CALL instruction. issue #653 by Nguyen Anh Quynh · 8 years ago
  82. a4bdbc8 x86: do not print LJMP/LCALL with ptr. this fixes issue #429 by Nguyen Anh Quynh · 8 years ago
  83. 10730fa x86: do not print 'ptr' for fxsave & fxrstor instructions. this fixes issue #492 by Nguyen Anh Quynh · 8 years ago
  84. 7114a62 binding: remove cx_x86_op::fp following the change in the core by Nguyen Anh Quynh · 8 years ago
  85. cbf5d3d Remove never used cs_x86_op::fp by Ruslan Kabatsayev · 8 years ago
  86. 0dc28bf __getattr__ should raise AttributeError, not return None, on failure by Sean Heelan · 9 years ago
  87. 7af0a9b Merge pull request #636 from jmechnich/next-m68k-move-to-sr-fix by Nguyen Anh Quynh · 9 years ago
  88. 9f062e7 m68k: fixed d68000_move_to_sr by jmechnich · 9 years ago
  89. f3b8863 Merge branch 'next' of https://github.com/koutheir/capstone into koutheir-next by Nguyen Anh Quynh · 9 years ago
  90. c509fd1 m68k: fix conflicts when merging with #625 by Nguyen Anh Quynh · 9 years ago
  91. 1ab6455 bindings: update after recent changes on some M68k enums by Nguyen Anh Quynh · 9 years ago
  92. 74b596a m68k: fix spelling error in comments of m68k.h by Nguyen Anh Quynh · 9 years ago
  93. 548a10d Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  94. 16725f5 Merge pull request #630 from bnagy/patch-2 by Nguyen Anh Quynh · 9 years ago
  95. 08d419e Added documentation for building for Windows CE. by Koutheir Attouchi · 9 years ago
  96. a3a7958 Updated build scripts for Windows CE. by Koutheir Attouchi · 9 years ago
  97. 201a0a1 "vsnprintf()" is unsupported on Windows CE. The closest match is "_vsnprintf()". by Koutheir Attouchi · 9 years ago
  98. 969f784 arm: change data type of cs_arm_op.reg back to int because this field can also take arm_sysreg value by Nguyen Anh Quynh · 9 years ago
  99. 8c6968f python: add access field for ARM64 by Nguyen Anh Quynh · 9 years ago
  100. 035214b arm64: change access field type to uint8_t by Nguyen Anh Quynh · 9 years ago