1. d7c00fe x86: REP should have *CX registers as implicit registers read/written by Nguyen Anh Quynh · 11 years ago
  2. 13f40d2 x86: upgrade core by Nguyen Anh Quynh · 11 years ago
  3. 9389947 x86: fix a mem leaking issue in X86_insn_combine() by Nguyen Anh Quynh · 11 years ago
  4. c34959b x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake by Nguyen Anh Quynh · 11 years ago
  5. 06b3c05 cs_open() should return error on invalid mode by Nguyen Anh Quynh · 11 years ago
  6. 9a291bd x86: do not use non-standard strlcat & strlcpy by Nguyen Anh Quynh · 11 years ago
  7. dc8c346 Merge branch 'prefix' into next by Nguyen Anh Quynh · 11 years ago
  8. 7772d85 x86: fix known issue with prefix by combining with previous prefix instruction. this is not perfect, but good enough for now by Nguyen Anh Quynh · 11 years ago
  9. 3732725 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  10. f328f30 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  11. d68a30f x86: remove 'opaque' in the output of some instructions by Nguyen Anh Quynh · 11 years ago
  12. 9dfdae6 x86: add new instructions: FSETPM, SALC, GETSEC & INT1. bug reported by Pancake by Nguyen Anh Quynh · 11 years ago
  13. 38c1322 x86: remove 'opaque' in the output of some instructions by Nguyen Anh Quynh · 11 years ago
  14. c272e9d do not use constructor to enable archs, so code is more portable. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  15. edeeb04 make vsnprintf() user-defined function pointer, which is passed in via the same CS_OPT_MEM option like malloc/calloc etc by Nguyen Anh Quynh · 11 years ago
  16. a9ffb44 replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally by Nguyen Anh Quynh · 11 years ago
  17. 57c50d4 ppc: replace constant subtarget numbers with macros by Nguyen Anh Quynh · 11 years ago
  18. 136e2df x86: some arithmetic instructions should not update accumulate registers by Nguyen Anh Quynh · 11 years ago
  19. 9cc56a3 arm: update core by Nguyen Anh Quynh · 11 years ago
  20. cbb10ba arm64: update core by Nguyen Anh Quynh · 11 years ago
  21. 75ef242 mips: update core by Nguyen Anh Quynh · 11 years ago
  22. 9c2d029 x86: few more SUB insn should not affect accumulate register by Nguyen Anh Quynh · 11 years ago
  23. 3d56b82 extend @op_str of cs_insn_flat following the core change by Nguyen Anh Quynh · 11 years ago
  24. 22800aa x86: some ADD & SUB insn should not affect accumulate registers. bug reported by Bleh by Nguyen Anh Quynh · 11 years ago
  25. e51e227 ppc & x86: add third dummy MRI argument to printInstruction() to make it consistent with other archs by Nguyen Anh Quynh · 11 years ago
  26. 56774a1 mips: printInstruction() is static function. add dummy third argument MRI to be consistent with other archs by Nguyen Anh Quynh · 11 years ago
  27. dcbe0f8 arm64: find alias insn after the main isnn name mapping. by Nguyen Anh Quynh · 11 years ago
  28. dc6b957 arm64: more changes to make code closer to llvm by Nguyen Anh Quynh · 11 years ago
  29. 1265077 arm64: make the code closer to llvm code by Nguyen Anh Quynh · 11 years ago
  30. a8eb7a5 rename memory function pointer types to have cs_ prefix. also rename internal function pointers my_* to have cs_mem_ prefix - suggested by Pancake by Nguyen Anh Quynh · 11 years ago
  31. 701b850 Fix: bug that static link does not know constructor by danghvu · 11 years ago
  32. 77944e0 arm64: add big-endian support by Nguyen Anh Quynh · 11 years ago
  33. a768c9e arm: support big-endian. issue reported by Pancake by Nguyen Anh Quynh · 11 years ago
  34. f1b0508 x86: cleanup unused stuff by Nguyen Anh Quynh · 11 years ago
  35. 9fac512 no longer need to free insn_cache for each arch: simply do it from cs_close() by Nguyen Anh Quynh · 11 years ago
  36. 1acfd0b move insn_cache into cs_struct to gurantee thread-safe by Nguyen Anh Quynh · 11 years ago
  37. c740407 move internal memory management declarations from utils.h to cs_priv.h by Nguyen Anh Quynh · 11 years ago
  38. 24bf0d9 add new option CS_OPT_MEM for cs_option(): this enable user-defined dynamic memory management. idea proposed by Pancake by Nguyen Anh Quynh · 11 years ago
  39. 2b14fcd ppc: update ppc.bh in post-printer by Nguyen Anh Quynh · 11 years ago
  40. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  41. 5802e5e correct the last fix by Nguyen Anh Quynh · 11 years ago
  42. 5ef633c arm64 & arm: do not update details when detail option is off. bug reported by Pancake. by Nguyen Anh Quynh · 11 years ago
  43. ee143c8 fix a crashed bug in cs_close(): call destroy function before freeing handle's memory by Nguyen Anh Quynh · 11 years ago
  44. b265406 cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  45. 57ab21b rename some old header guards from SB to CS by Nguyen Anh Quynh · 11 years ago
  46. 5f1f90c fix for the last commit, and make the test code no longer specify ppc code as 64bit by Nguyen Anh Quynh · 11 years ago
  47. 5742b1b ppc: support for PPC32 was already in by Nguyen Anh Quynh · 11 years ago
  48. cef6b27 remove -x from PPC files by Nguyen Anh Quynh · 11 years ago
  49. 19b0de3 moving static doing_mem variable into cs_struct to guarantee thread-safe when handling memory operands by Nguyen Anh Quynh · 11 years ago
  50. 4d22779 add the missing include/ppc.h by Nguyen Anh Quynh · 11 years ago
  51. 04ac9c3 arm,arm64,mips,x86: rename PPC_getFeatureBits() to getFeatureBits() by Nguyen Anh Quynh · 11 years ago
  52. ec79f40 ppc: rename PPC_getFeatureBits() to getFeatureBits() by Nguyen Anh Quynh · 11 years ago
  53. 9c5b328 ppc: rename ppc_cc to ppc_bc by Nguyen Anh Quynh · 11 years ago
  54. bacf4c8 add the missing arch/PowerPC directory by Nguyen Anh Quynh · 11 years ago
  55. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  56. ec4ead2 function pointers in arch_init[] should be able to report errors by Nguyen Anh Quynh · 11 years ago
  57. 4fe224b change API cs_disasm_dyn(): break cs_insn into 2 structures, and put all details into new structure cs_detail. this break API compatibility by Nguyen Anh Quynh · 11 years ago
  58. 2b53b20 x86: patch in acc registers for xchg. bug reported by felixwilhelm by Nguyen Anh Quynh · 11 years ago
  59. f954f87 initialize all_arch in constructors by Nguyen Anh Quynh · 11 years ago
  60. d345839 support cs_option() for arm64 module by Nguyen Anh Quynh · 11 years ago
  61. 39a42ed Change the way of supporting arch modularization by Nguyen Anh Quynh · 11 years ago
  62. 13a7d95 add missing arch/*/module.c by Nguyen Anh Quynh · 11 years ago
  63. f185180 cleaner implementation for arch modularization by Nguyen Anh Quynh · 11 years ago
  64. abc0205 make all module code static by Nguyen Anh Quynh · 11 years ago
  65. 7711858 Minor fix credit by danghvu · 11 years ago
  66. 29e01a6 arch/*/include.h -> arch/*/module.h by danghvu · 11 years ago
  67. a2e7ef1 Fix coding style by danghvu · 11 years ago
  68. 0b6ea04 Move cs_option dispatch into arch specific by danghvu · 11 years ago
  69. 34d49d9 Support compilation of individual arch by danghvu · 11 years ago
  70. e832bd8 arm: support alias registers SB, SL, FP & IP by Nguyen Anh Quynh · 11 years ago
  71. 2578d3b mips: use alias registers by Nguyen Anh Quynh · 11 years ago
  72. 4626224 mips: update doing_mem status, regardless of detail option, since that is also used to avoid printing zero offset in mem reference by Nguyen Anh Quynh · 11 years ago
  73. 3d5930f arm: fix some int types and string specifiers by Nguyen Anh Quynh · 11 years ago
  74. d14d397 coding style for C code by Nguyen Anh Quynh · 11 years ago
  75. 7013f4c mips: print negative immediate when it is negative by Nguyen Anh Quynh · 11 years ago
  76. 1f44928 mips: fix for micromips by Nguyen Anh Quynh · 11 years ago
  77. ea8c5af arm64: the left-over fix of the last commit by Nguyen Anh Quynh · 11 years ago
  78. 748a70a mips: turn off MicroMips by default by Nguyen Anh Quynh · 11 years ago
  79. 4d3e852 detail option: provide instruction id even when detail option is OFF by Nguyen Anh Quynh · 11 years ago
  80. a209e67 support to turn on/off building instruction details by Nguyen Anh Quynh · 11 years ago
  81. bed9091 x86: calculate op_size properly in special cases regarding rax, eax, ax, al registers by Nguyen Anh Quynh · 11 years ago
  82. 94990c9 x86: print '0' rather than '-0' by Nguyen Anh Quynh · 11 years ago
  83. be90639 x86: properly translate immediate numbers based on their encoding. INT is the exception by Nguyen Anh Quynh · 11 years ago
  84. 4fe4281 x86: take care negative immediate (no prefix 0x) when print number greater than -10 by Nguyen Anh Quynh · 11 years ago
  85. a4c16a6 mips: print immediate under 10 without prefix 0x by Nguyen Anh Quynh · 11 years ago
  86. f22557b x86: print immediate without prefix 0x if the number is under 10 by Nguyen Anh Quynh · 11 years ago
  87. 70bab7e x86: cleaner fix for 16bit instruction with data override 'reverse' by Nguyen Anh Quynh · 11 years ago
  88. 04da009 x86: quick hack to fix 16bit issue with data override 'reverse'. this might fix bunch of bugs reported by Joxean & Pancake by Nguyen Anh Quynh · 11 years ago
  89. 1f24586 arm64: turn off debug output by Nguyen Anh Quynh · 11 years ago
  90. a01d154 x86: handle outs instruction in 16bit mode by Nguyen Anh Quynh · 11 years ago
  91. 4d85f29 x86: properly output insb/insd instruction with the right mode. bug reported by Pancake by Nguyen Anh Quynh · 11 years ago
  92. 9fa7a6e x86: dirty fix for relative call for 16bit mode. need to be properly fixed in future. bug reported by Joxean and Pancake by Nguyen Anh Quynh · 11 years ago
  93. c961464 Merge branch 'const-strings' of https://github.com/radare/capstone into const by Nguyen Anh Quynh · 11 years ago
  94. b385284 arm64: friendly display immediates under 10 without prefix 0x by Nguyen Anh Quynh · 11 years ago
  95. f0e4eed Use const on all read-only buffers by pancake · 11 years ago
  96. fff0abb arm64: clean up by Nguyen Anh Quynh · 11 years ago
  97. ad89d25 mips: optimize Mips_map_register() to O(1). suggested by Pancake by Nguyen Anh Quynh · 11 years ago
  98. 2b42589 arm64: avoiding duplicate call on AArch64_map_insn() in AArch64_printInst() by Nguyen Anh Quynh · 11 years ago
  99. 66f6c22 mips: fix NEGU alias instruction. bug reported by Pancake by Nguyen Anh Quynh · 11 years ago
  100. d051328 mips: no need to map BNEZ for alias insn name. bug reported by Pancake by Nguyen Anh Quynh · 11 years ago