1. 4e20e8e x86: 0x66 & 0x67 cannot be anywhere. this fixes CRC32 instruction by Nguyen Anh Quynh · 10 years ago
  2. 248519e mips: properly handle Mips32R6 mode. bug reported by Jay Oster by Nguyen Anh Quynh · 10 years ago
  3. 0157ba1 arm64: add missing commas in SBFIZ/UBFIZ/SBFX/UBFX instructions by Nguyen Anh Quynh · 10 years ago
  4. d5e6341 suite: indentation for test_mc.py by Nguyen Anh Quynh · 10 years ago
  5. c109e8e arm64: print shifter in decimal mode. this is to be consistent with ARM engine by Nguyen Anh Quynh · 10 years ago
  6. 9025e92 suite: cleaning up test_mc.py by Nguyen Anh Quynh · 10 years ago
  7. 8ba7250 suite: add testsuite tool 'test_mc.sh' to compare output of Capstone & LLVM by Nguyen Anh Quynh · 10 years ago
  8. 278afa3 suite: delete a broken MC input in intel-syntax-encoding.s.cs by Nguyen Anh Quynh · 10 years ago
  9. 9c9ca12 suite: add missing arch in heading info for micromips-alu-instructions-EB.s.cs by Nguyen Anh Quynh · 10 years ago
  10. 19c63bc x86: hacky temporarily fix for FEMMS instruction (3DNow). bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  11. 4016695 suite: fix MC test for 'prefetch' in 3DNow.s.cs by Nguyen Anh Quynh · 10 years ago
  12. 90d42bc suite: add decoding info for 3DNow.s.cs by Nguyen Anh Quynh · 10 years ago
  13. c352897 suite: more tests added to x86odd.py by Nguyen Anh Quynh · 10 years ago
  14. 9cc8787 x86: RET imm16 comes with positive number by Nguyen Anh Quynh · 10 years ago
  15. 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
  16. b87f855 x86: print negative number in memory reference address (more friendly). issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  17. c2d353c Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  18. ed0fbce suite: more test for memref (x86) by Nguyen Anh Quynh · 10 years ago
  19. ff82263 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  20. 5b92d65 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  21. 668b96c suite: make x86odd.py to test ATT syntax & some memref code by Nguyen Anh Quynh · 10 years ago
  22. 2e5c0c7 update bindings/README by Nguyen Anh Quynh · 10 years ago
  23. b16dc85 Makefile: check target should also run test_iter by Nguyen Anh Quynh · 10 years ago
  24. e0a700d Merge pull request #205 from radare/next by Nguyen Anh Quynh · 10 years ago
  25. 5ea5037 Fix utf8-art by pancake · 10 years ago
  26. be98083 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  27. ea980bd update HACK.TXT by Nguyen Anh Quynh · 10 years ago
  28. 8722726 Merge pull request #204 from zneak/xcodeproj by Nguyen Anh Quynh · 10 years ago
  29. 774d584 Changed framework install path to @rpath, other changes to project file by Félix Cloutier · 10 years ago
  30. a65d7ef java/ocaml/python: update bindings after the last change on generic instruction groups by Nguyen Anh Quynh · 10 years ago
  31. c2ea812 fix cs_group_name() after the change on generic group ids by Nguyen Anh Quynh · 10 years ago
  32. 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
  33. 69271dd java/ocaml/python: add the missing generic instruction operand types by Nguyen Anh Quynh · 10 years ago
  34. b0464ef java/python/ocaml: update bindings after the last changes on operand types by Nguyen Anh Quynh · 10 years ago
  35. c58e704 do not need to explicitly assign values for operand types in the last commit by Nguyen Anh Quynh · 10 years ago
  36. 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
  37. 6c0dd63 fix an overflow bug in fill_insn() by Nguyen Anh Quynh · 10 years ago
  38. 2f5081c tests: remove broken test on Mips's Micro mode by Nguyen Anh Quynh · 10 years ago
  39. 5720cb7 tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code) by Nguyen Anh Quynh · 10 years ago
  40. 1084f3a mips: properly support modes MIPS32R6 & CS_MODE_MIPSGP64 by Nguyen Anh Quynh · 10 years ago
  41. a18abdd capstone.h: coding style by Nguyen Anh Quynh · 10 years ago
  42. 67d8205 update TODO by Nguyen Anh Quynh · 10 years ago
  43. ad449b5 suite: compile test_arm_regression.c with proper include & change cs_disasm_ex() to cs_disasm() by Nguyen Anh Quynh · 10 years ago
  44. d91f964 * Fixed bug in Thumb2 pop caused by me incorrectly assuming that by flyingsymbols · 10 years ago
  45. 11f8e7c arm: B, BL, BX, BLX, BXJ belong to ARM_GRP_JUMP group. issue reported by @nanomad by Nguyen Anh Quynh · 10 years ago
  46. edbee24 update README by Nguyen Anh Quynh · 10 years ago
  47. 024e55e capstone.h: add notes on cs_disasm() vs cs_disasm_iter() by Nguyen Anh Quynh · 10 years ago
  48. 257ea59 newline by Nguyen Anh Quynh · 10 years ago
  49. bc01e2c update README by Nguyen Anh Quynh · 10 years ago
  50. 5808634 java/python/ocaml: update after latest changes in x86.h by Nguyen Anh Quynh · 10 years ago
  51. de65619 x86: add prefix constants X86_PREFIX_*. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  52. 85cfb18 x86: get rid of redundant X86_INS_LOCK/REP/RENE. issue reported by Pancake by Nguyen Anh Quynh · 10 years ago
  53. bec9af7 java: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  54. 9dbb2f0 ocaml: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  55. 4d2c362 python: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  56. aeaff79 ppc: change type of ppc_op_crx.cond type to ppc_bc by Nguyen Anh Quynh · 10 years ago
  57. fcc5673 ppc.h: add a comment for ppc_op_crx by Nguyen Anh Quynh · 10 years ago
  58. 5c0d9a4 Add '4*cri+cond' to operand list by kratolp · 10 years ago
  59. ca686e1 Merge branch 'xcodeproj' of https://github.com/zneak/capstone into xcode by Nguyen Anh Quynh · 10 years ago
  60. 7afa741 update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  61. c41da15 capstone.h: change cs_disasm to cs_disasm_iter in some places by Nguyen Anh Quynh · 10 years ago
  62. cbfce66 Removed xcuserdata files by Félix Cloutier · 10 years ago
  63. 4a645f6 Removed unreferenced CapstoneFrameworkTests files by Félix Cloutier · 10 years ago
  64. 18d5cb0 Deleted unreferenced CapstoneFramework file by Félix Cloutier · 10 years ago
  65. e16f7b8 Added test_iter target by Félix Cloutier · 10 years ago
  66. 1dcd737 Merge branch 'next' of git://github.com/aquynh/capstone into xcodeproj by Félix Cloutier · 10 years ago
  67. aaa01ca Added missing include path directives. Oops. by Félix Cloutier · 10 years ago
  68. e39cd6a Removed artificial dependency between framework and static lib by Félix Cloutier · 10 years ago
  69. a8fd71f CMake: fix option CAPSTONE_X86_ATT_DISABLE. bug reported by Yegor Derevenets by Nguyen Anh Quynh · 10 years ago
  70. 733cdaf Merge branch 'mips' into next by Nguyen Anh Quynh · 10 years ago
  71. d463bde Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  72. 8c5c292 Merge branch 'improvement/remove_mips_n64' of https://github.com/parasyte/capstone into mips by Nguyen Anh Quynh · 10 years ago
  73. a91c199 docs: add a link to online doc of cs_disasm_iter() by Nguyen Anh Quynh · 10 years ago
  74. ab51d80 Merge pull request #196 from parasyte/bug/ignore_test_iter by Nguyen Anh Quynh · 10 years ago
  75. 79e253c Remove CS_MODE_N64 by Jay Oster · 10 years ago
  76. b1119a3 Add tests/test_iter to .gitignore by Jay Oster · 10 years ago
  77. 9090672 clean cs_disasm_iter() by Nguyen Anh Quynh · 10 years ago
  78. 2c8b262 capstone.h: document that for instruction or when detail mode is OFF, the detail pointer is irrelevant, regardless of its value by Nguyen Anh Quynh · 10 years ago
  79. 1a83cea Merge branch 'newapi' into next by Nguyen Anh Quynh · 10 years ago
  80. fb429b1 capstone.h: note that in Skipdata mode, invalid instruction has id = 0 by Nguyen Anh Quynh · 10 years ago
  81. 29ce6c3 cs_disasm_iter: return false when handle is invalid and do not zero out detail pointer when handling skipdata mode. suggested by @hlide by Nguyen Anh Quynh · 10 years ago
  82. ff2939a capstone.h: refer to sample code for skipdata option & cs_disasm_iter API by Nguyen Anh Quynh · 10 years ago
  83. 801ce2b detail pointer is irrelevant when in skipdata mode by Nguyen Anh Quynh · 10 years ago
  84. f0acace Merge branch 'newapi' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  85. 542a540 refine instructions of cs_free() to reflect the newly added API cs_malloc() by Nguyen Anh Quynh · 10 years ago
  86. 7170cb2 tests: add some comments for test_iter.c by Nguyen Anh Quynh · 10 years ago
  87. 2d752f9 tests: add introductions for test_skipdata.c & test_iter.c to README by Nguyen Anh Quynh · 10 years ago
  88. 5cb3d64 refine some API instructions for capstone.h by Nguyen Anh Quynh · 10 years ago
  89. 43efc45 code style by Nguyen Anh Quynh · 10 years ago
  90. 0a2eca7 modify API cs_disasm_iter() and add new API cs_malloc(). also adds sample code test_iter.c by Nguyen Anh Quynh · 10 years ago
  91. b10418e java: a call to printf() in TestArm.java is missing a variable by Nguyen Anh Quynh · 10 years ago
  92. db8eaa3 bindings: remove MIPS_REG_PC constant following the change in the core by Nguyen Anh Quynh · 10 years ago
  93. c64d629 mips: remove MIPS_REG_PC register. reviewed by Jay Oster by Nguyen Anh Quynh · 10 years ago
  94. 8bf5fa6 arm: remove dead code by Nguyen Anh Quynh · 10 years ago
  95. e8ffc34 update CREDITS by Nguyen Anh Quynh · 10 years ago
  96. cdb8da3 update CREDITS by Nguyen Anh Quynh · 10 years ago
  97. 29d1688 update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  98. cc35100 link COMPILE.TXT to xcode/README.md by Nguyen Anh Quynh · 10 years ago
  99. 5be2592 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  100. b0cc71d bindings: update java/ocaml/python after the last change in Arm's core by Nguyen Anh Quynh · 10 years ago