1. 128124c python: typo on README by Nguyen Anh Quynh · 10 years ago
  2. 6f00a98 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  3. 753f44a capstone.h: add comment for CS_ARCH_ALL by Nguyen Anh Quynh · 10 years ago
  4. 39785fb java: add CS_SUPPORT_X86_REDUCE by Nguyen Anh Quynh · 10 years ago
  5. bd85431 cython: add XCore to debug string by Nguyen Anh Quynh · 10 years ago
  6. 5db983d java: fix a wrong type for memBarrier in Arm.java by Nguyen Anh Quynh · 10 years ago
  7. 7b7d745 ocaml: properly handle newly added mode CS_MODE_V8 & PPC_OP_CRX in test_ppc.ml by Nguyen Anh Quynh · 10 years ago
  8. 9ba1906 python: test_ppc.py prints crx.scale & crx.cond as integers by Nguyen Anh Quynh · 10 years ago
  9. 51888c3 arm: fix some bugs reported by VS2010. thanks Axel for testing by Nguyen Anh Quynh · 10 years ago
  10. 0b3d95e java/ocaml/python: support the newly added mem_barrier field of cs_arm struct by Nguyen Anh Quynh · 10 years ago
  11. 8cdafda arm: add new field mem_barrier to cs_arm struct. this requires changes in bindings by Nguyen Anh Quynh · 10 years ago
  12. 2e40e69 arm: add sample code for ARM's CS_MODE_MCLASS & CS_MODE_V8 by Nguyen Anh Quynh · 10 years ago
  13. 83466d4 test: add sample code for ARM's CS_MODE_MCLASS & CS_MODE_V8 by Nguyen Anh Quynh · 10 years ago
  14. 435b913 suite: delete duplicate MC input in ppc64-encoding-bookIII.s.cs by Nguyen Anh Quynh · 10 years ago
  15. e07bc91 ppc: fix a stupid mistake on printing operands of MR instruction by Nguyen Anh Quynh · 10 years ago
  16. 4c36374 suite: normalize PPC's branch instructions having immediate operand by Nguyen Anh Quynh · 10 years ago
  17. 278e727 arm: print immediate in positive form for AND/ORR/EOR/BIC instructions by Nguyen Anh Quynh · 10 years ago
  18. d82b28a ppc: do not print a dot in front of absolute address. issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  19. b6f4c1d sparc: add missing ICC/XCC registers in operands[] for some alias instructions. bug reported by @pancake by Nguyen Anh Quynh · 10 years ago
  20. 1caeee4 sparc: absolute address for Bxx instructions. issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  21. e16813d sparc: get absolute address for CALL. issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  22. 8e53890 ocaml/java: support CS_MODE_V8 for Arm by Nguyen Anh Quynh · 10 years ago
  23. 63ec7c5 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  24. c942f22 arm: support new mode CS_MODE_V8 for Armv8 A32 encodings by Nguyen Anh Quynh · 10 years ago
  25. df7dde2 suite: update test_mc.py to better handle output of different formats of MC & CS by Nguyen Anh Quynh · 10 years ago
  26. 6999d22 suite: fix inputs in MC/ by Nguyen Anh Quynh · 10 years ago
  27. 2ac5d79 arm: print floating point number in %e format by Nguyen Anh Quynh · 10 years ago
  28. 6ee9518 arm64: print immediate in hexa for binary bitwise arith instructions: AND/ORR/EOR/TST by Nguyen Anh Quynh · 10 years ago
  29. 4f99ed2 x86: more friendly disassembly for jmp16i (in the form segment:offset). issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  30. 6acaaa5 arm: printAddrMode5Operand() is wrong on calculating subtracted variable by Nguyen Anh Quynh · 10 years ago
  31. 4e17eef arm: lowercase for apsr_nzcv by Nguyen Anh Quynh · 10 years ago
  32. d865f39 arm: use lowercase for special registers by Nguyen Anh Quynh · 10 years ago
  33. 2593e22 arm: support V8 as a mode for A32 encodings by Nguyen Anh Quynh · 10 years ago
  34. 05bd294 mips: Mips64 does not go with Mips32R6. this fixes some 64bit instructions by Nguyen Anh Quynh · 10 years ago
  35. 4e20e8e x86: 0x66 & 0x67 cannot be anywhere. this fixes CRC32 instruction by Nguyen Anh Quynh · 10 years ago
  36. 248519e mips: properly handle Mips32R6 mode. bug reported by Jay Oster by Nguyen Anh Quynh · 10 years ago
  37. 0157ba1 arm64: add missing commas in SBFIZ/UBFIZ/SBFX/UBFX instructions by Nguyen Anh Quynh · 10 years ago
  38. d5e6341 suite: indentation for test_mc.py by Nguyen Anh Quynh · 10 years ago
  39. c109e8e arm64: print shifter in decimal mode. this is to be consistent with ARM engine by Nguyen Anh Quynh · 10 years ago
  40. 9025e92 suite: cleaning up test_mc.py by Nguyen Anh Quynh · 10 years ago
  41. 8ba7250 suite: add testsuite tool 'test_mc.sh' to compare output of Capstone & LLVM by Nguyen Anh Quynh · 10 years ago
  42. 278afa3 suite: delete a broken MC input in intel-syntax-encoding.s.cs by Nguyen Anh Quynh · 10 years ago
  43. 9c9ca12 suite: add missing arch in heading info for micromips-alu-instructions-EB.s.cs by Nguyen Anh Quynh · 10 years ago
  44. 19c63bc x86: hacky temporarily fix for FEMMS instruction (3DNow). bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  45. 4016695 suite: fix MC test for 'prefetch' in 3DNow.s.cs by Nguyen Anh Quynh · 10 years ago
  46. 90d42bc suite: add decoding info for 3DNow.s.cs by Nguyen Anh Quynh · 10 years ago
  47. c352897 suite: more tests added to x86odd.py by Nguyen Anh Quynh · 10 years ago
  48. 9cc8787 x86: RET imm16 comes with positive number by Nguyen Anh Quynh · 10 years ago
  49. ff7bba3 x86: print out immediate as positive number for logic arithmetic operations: AND, OR, XOR. only works for x86 Intel syntax so far. issue reported by Pancake by Nguyen Anh Quynh · 10 years ago
  50. b87f855 x86: print negative number in memory reference address (more friendly). issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  51. c2d353c Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  52. ed0fbce suite: more test for memref (x86) by Nguyen Anh Quynh · 10 years ago
  53. ff82263 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  54. 5b92d65 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  55. 668b96c suite: make x86odd.py to test ATT syntax & some memref code by Nguyen Anh Quynh · 10 years ago
  56. 2e5c0c7 update bindings/README by Nguyen Anh Quynh · 10 years ago
  57. b16dc85 Makefile: check target should also run test_iter by Nguyen Anh Quynh · 10 years ago
  58. e0a700d Merge pull request #205 from radare/next by Nguyen Anh Quynh · 10 years ago
  59. 5ea5037 Fix utf8-art by pancake · 10 years ago
  60. be98083 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  61. ea980bd update HACK.TXT by Nguyen Anh Quynh · 10 years ago
  62. 8722726 Merge pull request #204 from zneak/xcodeproj by Nguyen Anh Quynh · 10 years ago
  63. 774d584 Changed framework install path to @rpath, other changes to project file by Félix Cloutier · 10 years ago
  64. a65d7ef java/ocaml/python: update bindings after the last change on generic instruction groups by Nguyen Anh Quynh · 10 years ago
  65. c2ea812 fix cs_group_name() after the change on generic group ids by Nguyen Anh Quynh · 10 years ago
  66. 3ab5091 use common instruction groups across all architectures. this adds cs_group_type to capstone.h. suggestion by @zneak by Nguyen Anh Quynh · 10 years ago
  67. 69271dd java/ocaml/python: add the missing generic instruction operand types by Nguyen Anh Quynh · 10 years ago
  68. b0464ef java/python/ocaml: update bindings after the last changes on operand types by Nguyen Anh Quynh · 10 years ago
  69. c58e704 do not need to explicitly assign values for operand types in the last commit by Nguyen Anh Quynh · 10 years ago
  70. 21ac056 use common operand types across all architectures. this adds cs_op_type to capstone.h. suggestion by @zneak by Nguyen Anh Quynh · 10 years ago
  71. 6c0dd63 fix an overflow bug in fill_insn() by Nguyen Anh Quynh · 10 years ago
  72. 2f5081c tests: remove broken test on Mips's Micro mode by Nguyen Anh Quynh · 10 years ago
  73. 5720cb7 tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code) by Nguyen Anh Quynh · 10 years ago
  74. 1084f3a mips: properly support modes MIPS32R6 & CS_MODE_MIPSGP64 by Nguyen Anh Quynh · 10 years ago
  75. a18abdd capstone.h: coding style by Nguyen Anh Quynh · 10 years ago
  76. 67d8205 update TODO by Nguyen Anh Quynh · 10 years ago
  77. ad449b5 suite: compile test_arm_regression.c with proper include & change cs_disasm_ex() to cs_disasm() by Nguyen Anh Quynh · 10 years ago
  78. d91f964 * Fixed bug in Thumb2 pop caused by me incorrectly assuming that by flyingsymbols · 10 years ago
  79. 11f8e7c arm: B, BL, BX, BLX, BXJ belong to ARM_GRP_JUMP group. issue reported by @nanomad by Nguyen Anh Quynh · 10 years ago
  80. edbee24 update README by Nguyen Anh Quynh · 10 years ago
  81. 024e55e capstone.h: add notes on cs_disasm() vs cs_disasm_iter() by Nguyen Anh Quynh · 10 years ago
  82. 257ea59 newline by Nguyen Anh Quynh · 10 years ago
  83. bc01e2c update README by Nguyen Anh Quynh · 10 years ago
  84. 5808634 java/python/ocaml: update after latest changes in x86.h by Nguyen Anh Quynh · 10 years ago
  85. de65619 x86: add prefix constants X86_PREFIX_*. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  86. 85cfb18 x86: get rid of redundant X86_INS_LOCK/REP/RENE. issue reported by Pancake by Nguyen Anh Quynh · 10 years ago
  87. bec9af7 java: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  88. 9dbb2f0 ocaml: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  89. 4d2c362 python: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  90. aeaff79 ppc: change type of ppc_op_crx.cond type to ppc_bc by Nguyen Anh Quynh · 10 years ago
  91. fcc5673 ppc.h: add a comment for ppc_op_crx by Nguyen Anh Quynh · 10 years ago
  92. 5c0d9a4 Add '4*cri+cond' to operand list by kratolp · 10 years ago
  93. ca686e1 Merge branch 'xcodeproj' of https://github.com/zneak/capstone into xcode by Nguyen Anh Quynh · 10 years ago
  94. 7afa741 update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  95. c41da15 capstone.h: change cs_disasm to cs_disasm_iter in some places by Nguyen Anh Quynh · 10 years ago
  96. cbfce66 Removed xcuserdata files by Félix Cloutier · 10 years ago
  97. 4a645f6 Removed unreferenced CapstoneFrameworkTests files by Félix Cloutier · 10 years ago
  98. 18d5cb0 Deleted unreferenced CapstoneFramework file by Félix Cloutier · 10 years ago
  99. e16f7b8 Added test_iter target by Félix Cloutier · 10 years ago
  100. 1dcd737 Merge branch 'next' of git://github.com/aquynh/capstone into xcodeproj by Félix Cloutier · 10 years ago