1. 6c0dd63 fix an overflow bug in fill_insn() by Nguyen Anh Quynh · 10 years ago
  2. 2f5081c tests: remove broken test on Mips's Micro mode by Nguyen Anh Quynh · 10 years ago
  3. 5720cb7 tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code) by Nguyen Anh Quynh · 10 years ago
  4. 1084f3a mips: properly support modes MIPS32R6 & CS_MODE_MIPSGP64 by Nguyen Anh Quynh · 10 years ago
  5. a18abdd capstone.h: coding style by Nguyen Anh Quynh · 10 years ago
  6. 67d8205 update TODO by Nguyen Anh Quynh · 10 years ago
  7. ad449b5 suite: compile test_arm_regression.c with proper include & change cs_disasm_ex() to cs_disasm() by Nguyen Anh Quynh · 10 years ago
  8. d91f964 * Fixed bug in Thumb2 pop caused by me incorrectly assuming that by flyingsymbols · 10 years ago
  9. 11f8e7c arm: B, BL, BX, BLX, BXJ belong to ARM_GRP_JUMP group. issue reported by @nanomad by Nguyen Anh Quynh · 10 years ago
  10. edbee24 update README by Nguyen Anh Quynh · 10 years ago
  11. 024e55e capstone.h: add notes on cs_disasm() vs cs_disasm_iter() by Nguyen Anh Quynh · 10 years ago
  12. 257ea59 newline by Nguyen Anh Quynh · 10 years ago
  13. bc01e2c update README by Nguyen Anh Quynh · 10 years ago
  14. 5808634 java/python/ocaml: update after latest changes in x86.h by Nguyen Anh Quynh · 10 years ago
  15. de65619 x86: add prefix constants X86_PREFIX_*. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  16. 85cfb18 x86: get rid of redundant X86_INS_LOCK/REP/RENE. issue reported by Pancake by Nguyen Anh Quynh · 10 years ago
  17. bec9af7 java: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  18. 9dbb2f0 ocaml: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  19. 4d2c362 python: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  20. aeaff79 ppc: change type of ppc_op_crx.cond type to ppc_bc by Nguyen Anh Quynh · 10 years ago
  21. fcc5673 ppc.h: add a comment for ppc_op_crx by Nguyen Anh Quynh · 10 years ago
  22. 5c0d9a4 Add '4*cri+cond' to operand list by kratolp · 10 years ago
  23. ca686e1 Merge branch 'xcodeproj' of https://github.com/zneak/capstone into xcode by Nguyen Anh Quynh · 10 years ago
  24. 7afa741 update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  25. c41da15 capstone.h: change cs_disasm to cs_disasm_iter in some places by Nguyen Anh Quynh · 10 years ago
  26. cbfce66 Removed xcuserdata files by Félix Cloutier · 10 years ago
  27. 4a645f6 Removed unreferenced CapstoneFrameworkTests files by Félix Cloutier · 10 years ago
  28. 18d5cb0 Deleted unreferenced CapstoneFramework file by Félix Cloutier · 10 years ago
  29. e16f7b8 Added test_iter target by Félix Cloutier · 10 years ago
  30. 1dcd737 Merge branch 'next' of git://github.com/aquynh/capstone into xcodeproj by Félix Cloutier · 10 years ago
  31. aaa01ca Added missing include path directives. Oops. by Félix Cloutier · 10 years ago
  32. e39cd6a Removed artificial dependency between framework and static lib by Félix Cloutier · 10 years ago
  33. a8fd71f CMake: fix option CAPSTONE_X86_ATT_DISABLE. bug reported by Yegor Derevenets by Nguyen Anh Quynh · 10 years ago
  34. 733cdaf Merge branch 'mips' into next by Nguyen Anh Quynh · 10 years ago
  35. d463bde Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  36. 8c5c292 Merge branch 'improvement/remove_mips_n64' of https://github.com/parasyte/capstone into mips by Nguyen Anh Quynh · 10 years ago
  37. a91c199 docs: add a link to online doc of cs_disasm_iter() by Nguyen Anh Quynh · 10 years ago
  38. ab51d80 Merge pull request #196 from parasyte/bug/ignore_test_iter by Nguyen Anh Quynh · 10 years ago
  39. 79e253c Remove CS_MODE_N64 by Jay Oster · 10 years ago
  40. b1119a3 Add tests/test_iter to .gitignore by Jay Oster · 10 years ago
  41. 9090672 clean cs_disasm_iter() by Nguyen Anh Quynh · 10 years ago
  42. 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
  43. 1a83cea Merge branch 'newapi' into next by Nguyen Anh Quynh · 10 years ago
  44. fb429b1 capstone.h: note that in Skipdata mode, invalid instruction has id = 0 by Nguyen Anh Quynh · 10 years ago
  45. 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
  46. ff2939a capstone.h: refer to sample code for skipdata option & cs_disasm_iter API by Nguyen Anh Quynh · 10 years ago
  47. 801ce2b detail pointer is irrelevant when in skipdata mode by Nguyen Anh Quynh · 10 years ago
  48. f0acace Merge branch 'newapi' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  49. 542a540 refine instructions of cs_free() to reflect the newly added API cs_malloc() by Nguyen Anh Quynh · 10 years ago
  50. 7170cb2 tests: add some comments for test_iter.c by Nguyen Anh Quynh · 10 years ago
  51. 2d752f9 tests: add introductions for test_skipdata.c & test_iter.c to README by Nguyen Anh Quynh · 10 years ago
  52. 5cb3d64 refine some API instructions for capstone.h by Nguyen Anh Quynh · 10 years ago
  53. 43efc45 code style by Nguyen Anh Quynh · 10 years ago
  54. 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
  55. b10418e java: a call to printf() in TestArm.java is missing a variable by Nguyen Anh Quynh · 10 years ago
  56. db8eaa3 bindings: remove MIPS_REG_PC constant following the change in the core by Nguyen Anh Quynh · 10 years ago
  57. c64d629 mips: remove MIPS_REG_PC register. reviewed by Jay Oster by Nguyen Anh Quynh · 10 years ago
  58. 8bf5fa6 arm: remove dead code by Nguyen Anh Quynh · 10 years ago
  59. e8ffc34 update CREDITS by Nguyen Anh Quynh · 10 years ago
  60. cdb8da3 update CREDITS by Nguyen Anh Quynh · 10 years ago
  61. 29d1688 update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  62. cc35100 link COMPILE.TXT to xcode/README.md by Nguyen Anh Quynh · 10 years ago
  63. 5be2592 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  64. b0cc71d bindings: update java/ocaml/python after the last change in Arm's core by Nguyen Anh Quynh · 10 years ago
  65. 8fb2eab arm: some operands can get subtracted from base register, thus have '-' sign associated. this adds subtracted field into cs_arm_op to provide this info. issue reported by Yegor Derevenets by Nguyen Anh Quynh · 10 years ago
  66. 8d2f38b Merge pull request #194 from zneak/next by Nguyen Anh Quynh · 10 years ago
  67. 993f362 New API: cs_disasm_iter by hlide · 10 years ago
  68. 1b7ccbf Merge pull request #1 from aquynh/next by hlide · 10 years ago
  69. fe4822c Ocaml: major update by Nguyen Anh Quynh · 10 years ago
  70. e36b8a3 Adding CAPSTONE_SHARED setting to framework and dylib by Félix Cloutier · 10 years ago
  71. 25414e3 Adding framework target by Félix Cloutier · 10 years ago
  72. cc30045 Added README file; removed dubious config lines by Félix Cloutier · 10 years ago
  73. 8bc327a (Re-)added preprocessor macros by Félix Cloutier · 10 years ago
  74. 89005e0 Changed .gitignore file to ignore xcuserdata dirs by Félix Cloutier · 10 years ago
  75. 3829e49 Deleted unreferenced file by Félix Cloutier · 10 years ago
  76. 073086b Removing schema files since they are normally not committed by Félix Cloutier · 10 years ago
  77. 0c6c622 Readded targets because I screwed up by Félix Cloutier · 10 years ago
  78. 1b994ff Added test targets, made sure that tests run by Félix Cloutier · 10 years ago
  79. f2b699a Don't add cr0 to the operand list as it's not displayed by the disassembly by kratolp · 10 years ago
  80. 1e97886 Xcode project now builds by Félix Cloutier · 10 years ago
  81. 4d3ccf4 simplify the way to calculate insn_cache in cs_disasm(). suggested by @hlide by Nguyen Anh Quynh · 10 years ago
  82. 5267baf fix conflicts by Nguyen Anh Quynh · 10 years ago
  83. 2fb7c8e Fix a bug with previous patch by danghvu · 10 years ago
  84. e96935e ppc: remove duplicate op_addReg() in printAliasInstrEx() by Nguyen Anh Quynh · 10 years ago
  85. cd18208 package: update Macports & Homebrew by Nguyen Anh Quynh · 10 years ago
  86. fff1307 Makefile: simplify generate-pkgcfg by using INCDIR. reviewed by Pancake by Nguyen Anh Quynh · 10 years ago
  87. e702b55 Makefile: do not remove old libs in install 'target' by Nguyen Anh Quynh · 10 years ago
  88. ffe4435 package: update FreeBSD package by Nguyen Anh Quynh · 10 years ago
  89. 910a4df tests: compile without -O3 flag. this is to make it easier to maintain FreeBSD package by Nguyen Anh Quynh · 10 years ago
  90. f9d8a89 correct some comments in cs_disasm() by Nguyen Anh Quynh · 10 years ago
  91. 0d1aad1 Increase cache size by golden ratio by danghvu · 10 years ago
  92. a90b047 x86: simplify printPCRelImm() in calculating absolute address. also fix the issue on AT&T syntax by Nguyen Anh Quynh · 10 years ago
  93. 27a4a08 fix a double-free bug introduced by the last change in cs_disasm() by Nguyen Anh Quynh · 10 years ago
  94. ea3c089 some simple optimizations for speed. this improves performance about 5% by Nguyen Anh Quynh · 10 years ago
  95. 16f330c cs_disasm(): properly resize the cache when count in range [2, INSN_CACHE_SIZE] by Nguyen Anh Quynh · 10 years ago
  96. bff4fbd x86: properly calculate absolute addresses for relative CALL & JMP - for AT&T syntax. thanks Perdo, again by Nguyen Anh Quynh · 10 years ago
  97. a92d2cb x86: properly calculate absolute addresses of relative CALL & JMP. thanks Pedro for valuable helps by Nguyen Anh Quynh · 10 years ago
  98. df92a7f mips: BC0F is relative branch instruction. bug reported by Pancake by Nguyen Anh Quynh · 10 years ago
  99. 48eb13c ppc: add detail for alias instructions introduced in the latest change by @kratolp by Nguyen Anh Quynh · 10 years ago
  100. 6b731a0 fix conflicts when merging by Nguyen Anh Quynh · 10 years ago