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