1. cc7434c python: do not copy msvc/headers directory in setup.py by Nguyen Anh Quynh · 9 years ago
  2. a05d82a x86: truncat immediate for non-64bit. this fixes the disassembly of the code e9e9eeeeee in 32bit mode by Nguyen Anh Quynh · 9 years ago
  3. fec23ae fix autogen_x86imm.py to handle some special instructions. this fixed issue #411 reported by @pancake by Nguyen Anh Quynh · 9 years ago
  4. de6fa91 skip _LOCK_ instructions for augoten_x86.imm.py by Nguyen Anh Quynh · 9 years ago
  5. de8dd26 x86: handle operand size properly for immediate operands by Nguyen Anh Quynh · 9 years ago
  6. a5540d8 instructions on cross-compiling for Android with NDK (ported from 'master' branch') by Nguyen Anh Quynh · 9 years ago
  7. 517a0fe mips: remove alias_insns map by Nguyen Anh Quynh · 9 years ago
  8. fc3b138 make.sh: better Android building and allow passing extra stuff to make. (ported from 'master' branch) by Nguyen Anh Quynh · 9 years ago
  9. 2ad9eb2 mips: delete the alias map SUBU to NEGU. bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  10. 5376f44 Merge pull request #408 from zneak/next by Nguyen Anh Quynh · 9 years ago
  11. e662a7a Renamed test.c to test_basic.c by Félix Cloutier · 9 years ago
  12. be68c24 Merge pull request #407 from yegord/next by Nguyen Anh Quynh · 9 years ago
  13. 2a34946 Merge pull request #405 from achernet/python-virtualenv-fix by Nguyen Anh Quynh · 9 years ago
  14. 6739f9f Remove reference to missing osxkernel_inttypes.h from CMakeLists.txt by Yegor Derevenets · 9 years ago
  15. e7c653f [Python binding] Add capstone.egg-info to .gitignore by Alex Chernetz · 9 years ago
  16. 38094b1 [Python binding] Fix setup.py to allow installing in a virtualenv by Alex Chernetz · 9 years ago
  17. c847d87 Merge pull request #404 from w4kfu/next by Nguyen Anh Quynh · 9 years ago
  18. e3303c1 add CS_AC_READ for X86_CALL16r, X86_CALL32r, X86_CALL64r, X86_JMP16r, X86_JMP32r, X86_JMP64r by w4kfu · 9 years ago
  19. 3dcb8fb remove the redundant detail copy by w4kfu · 9 years ago
  20. 7a4e5f7 remove duplicate detail info, modify all access to _detail to _raw.detail.contents by w4kfu · 9 years ago
  21. 5ffd2f0 fix issue #398 (Python binding no deep copy of detail pointer) by w4kfu · 9 years ago
  22. 3dcbc07 mips: remove dead code reported by Coverity by Nguyen Anh Quynh · 9 years ago
  23. 7bb3508 suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  24. cdd677f Add debug build target and fuzz testing harness. by Felix Grobert · 9 years ago
  25. 6b019ce update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  26. 4a273b7 mips: return Fail on assert() that we ignored before by Nguyen Anh Quynh · 9 years ago
  27. 761c9c8 ppc: return failure when Base>=32 in decodeMemRIOperands() by Nguyen Anh Quynh · 9 years ago
  28. 011bf8b ppc: handle invalid CR bits with more than 8 zeros in decodeCRBitMOperand(). bug reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  29. c009dc6 mips: fix OOB issue in DecodeRegListOperand() reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  30. 0e9da87 x86: treat prefix-only sequences of bytes as invalid code. this fixes a NDP reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  31. 715d447 Update make.sh by gygl09 · 9 years ago
  32. 4e41164 msvc: rename test_basic project by Nguyen Anh Quynh · 9 years ago
  33. faf1d32 msvc: rename test to test_basic by Nguyen Anh Quynh · 9 years ago
  34. 7de9d77 add header guard to myinttypes.h by Nguyen Anh Quynh · 9 years ago
  35. 5c5d570 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
  36. 5c9f03e Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  37. 53a059b fix warnings on some unused functions when CAPTONE_DIET mode is turn on by Nguyen Anh Quynh · 9 years ago
  38. 2737135 python: rename test to test_basic in test_all.py by Nguyen Anh Quynh · 9 years ago
  39. 3bdc7f8 update .gitignore for tests/test_basic by Nguyen Anh Quynh · 9 years ago
  40. 6183e38 ppc: avoid potential memleak issue when alias mnemonic is empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  41. 3cf6251 ppc: make sure alias mnememonic is not empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  42. 22bc86f xcore: increase op_count in set_mem_access() only on register operand. bug reported by Ben Nagy by Nguyen Anh Quynh · 9 years ago
  43. 968ec56 tests: remove orphan binaries due to renaming of test.c to test_basic.c by Nguyen Anh Quynh · 9 years ago
  44. 08df00b x86: properly handle AL/AX/EAX operand of OUT instruction in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  45. f16c9bd 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
  46. a210229 Allow local installations of the python bindings by neuromancer · 9 years ago
  47. 3808eec python: shared library can be unloaded from under our feet. issue reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  48. ab6cc88 arm: reduce the size of ARM_ITStatus.ITStates[] to 8 by Nguyen Anh Quynh · 9 years ago
  49. 5311ef2 ocaml: rename test.ml to test_basic.ml by Nguyen Anh Quynh · 9 years ago
  50. fad344e java: rename Test.java to TestBasic.java by Nguyen Anh Quynh · 9 years ago
  51. 1319f0c python: rename test.py to test_basic.py by Nguyen Anh Quynh · 9 years ago
  52. 1d9615d Fix Thumb disassembler memory corruption with IT sequence (issue #385) by Nikolay Igotti · 9 years ago
  53. 76c0c45 Merge pull request #381 from yegord/next by Nguyen Anh Quynh · 9 years ago
  54. 50c352c Make tests fail loudly by Yegor Derevenets · 9 years ago
  55. 2c07346 Added test build target, fixed CMake warning by Yegor Derevenets · 9 years ago
  56. aceb2bb x86: fix value of access field for some instructions. bug reported by Ben Nagy by Nguyen Anh Quynh · 9 years ago
  57. 4caced6 arm: add missing group string for CALL & INT. bug reported by Ben Nagy by Nguyen Anh Quynh · 9 years ago
  58. ef50112 Merge pull request #378 from yegord/next by Nguyen Anh Quynh · 9 years ago
  59. aa17e37 Fix building by MSVC 2010 lacking inttypes.h by Yegor Derevenets · 9 years ago
  60. 106e0f1 arm: fix an warning on conversion from uint64_t to bool. issue reported by @yegord by Nguyen Anh Quynh · 9 years ago
  61. b6f0d44 arm64: print immediate as signed int64 for memory operands. suggested by @pancake by Nguyen Anh Quynh · 9 years ago
  62. f0677ab pkg-config can be unavailable, leading to empty PKGCFGDIR, thus 'mkdir -p' fails. fixed by checking if PKGCFGDIR is empty by Nguyen Anh Quynh · 9 years ago
  63. a071b47 arm64: make the new code instroduced by David more friendly with MSVC & do check for valid detail pointer before updating writeback by Nguyen Anh Quynh · 9 years ago
  64. 320b383 Merge branch 'next' of https://github.com/DavidCallahan/capstone into DavidCallahan-next by Nguyen Anh Quynh · 9 years ago
  65. 19dc1ce fix stray typo by David Callahan · 9 years ago
  66. a34fc3a do not modify config.mk by Nguyen Anh Quynh · 9 years ago
  67. 4cd1885 reformat by David Callahan · 9 years ago
  68. 63542ab merge by David Callahan · 9 years ago
  69. 9c95bde fix setting writeback for post index memory accesses by David Callahan · 9 years ago
  70. fb59de4 x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr by Nguyen Anh Quynh · 9 years ago
  71. 147729e python: change PpcOpValue.imm type to c_int64 after the recent change in the core by Nguyen Anh Quynh · 9 years ago
  72. b0217f6 ppc: fix an warning on comparison of unsigned int by Nguyen Anh Quynh · 9 years ago
  73. 79cc044 Merge branch 'ppc64' of https://github.com/randomstuff/capstone into randomstuff-ppc64 by Nguyen Anh Quynh · 9 years ago
  74. 38d3f66 python: update README.pypi-src by Nguyen Anh Quynh · 9 years ago
  75. 87ba408 python: update PyPi packages installation doc by Nguyen Anh Quynh · 9 years ago
  76. 94fbce1 x86: CALL should modify stack pointer register. also, relative CALL should references instruction pointer. issue reported by @zachriggle by Nguyen Anh Quynh · 9 years ago
  77. 8102aac Make PowerPC imm 64 bit (instad 32 bit) by Gabriel Corona · 9 years ago
  78. 75f80b7 Fix java compilation (xopCC is missing) by Gabriel Corona · 9 years ago
  79. 18caf9d update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  80. 11867b2 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  81. 73537ce Add reverse lookup for top-level Capstone constants by Zach Riggle · 9 years ago
  82. 76e46d6 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  83. a02c902 Merge pull request #357 from zachriggle/cs-none-cleanup by Nguyen Anh Quynh · 9 years ago
  84. 63547c7 fix setting writeback for post index memory accesses by David Callahan · 9 years ago
  85. 67304f3 suite: add python_capstone_setup.py by Nguyen Anh Quynh · 9 years ago
  86. 4b76161 python: do not try to load libcapstone.so.3 by Nguyen Anh Quynh · 9 years ago
  87. 1b29306 Fix error when _cs is None during teardown by Zach Riggle · 9 years ago
  88. c42effd arm: do not need to put ARM_GRP_JUMP into insns[], as it is autogenerated by Nguyen Anh Quynh · 9 years ago
  89. af416e2 bindings: update newly added ARM groups CALL & INT by Nguyen Anh Quynh · 9 years ago
  90. c85a0e4 arm: correct value of ARM_GRP_INT (=CS_GRP_INT=4) by Nguyen Anh Quynh · 9 years ago
  91. 227cdd1 arm: ARM_GRP_JUMP is generated at run-time, so do not include it in insn[] by Nguyen Anh Quynh · 9 years ago
  92. 01a744c arm: Added instruction group ARM_GRP_INT, ARM_INS_SVC is now using it. by derrek · 9 years ago
  93. 2dbe2e6 Merge branch 'next' of https://github.com/aquynh/capstone into next by derrek · 9 years ago
  94. 5a6007b suite: correct authors of patch_major_os_version.py by Nguyen Anh Quynh · 9 years ago
  95. fd1af77 add script to MajorOperatingSystemVersion and MajorSubsystemVersion in PE header from 6 to 5 by Nguyen Tan Cong · 9 years ago
  96. a5199bd Fix spelling nits by Taras Tsugrii · 9 years ago
  97. 21b9b25 x86: fix 16bit address bound issue. reported by Oleksii Kuchma by Nguyen Anh Quynh · 9 years ago
  98. 239a35d Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  99. a118474 x86: save the immediates being changed for printing out (instructions INT/AND/OR/XOR) by Nguyen Anh Quynh · 9 years ago
  100. 1940fca Merge pull request #350 from 0vercl0k/next by Nguyen Anh Quynh · 9 years ago