1. afffa5d merge next to master by Nguyen Anh Quynh · 6 years ago
  2. 65da43d Declare global arch arrays with contents (next branch) (#1186) by Travis Finkenauer · 6 years ago
  3. 0b874b2 cleanup by Nguyen Anh Quynh · 6 years ago
  4. 5c30212 prefix cs_ to global variables to avoid link problems (#1108) by Alberto Garcia Illera · 6 years ago
  5. 5f173b0 prefix cs_ to global variables to avoid link problems (#1102) by Alberto Garcia Illera · 6 years ago
  6. 22ead3e Constify backend data (#1040) by Richard Henderson · 7 years ago
  7. 22b4d0e M680X: Target ready for pull request (#1034) by Wolfgang Schwotzer · 7 years ago
  8. 8998a3a ppc: fix endian check (#1029) by Travis Finkenauer · 7 years ago
  9. 0850d55 Added support for the TMS320C64x architecture. by Fotis Loukos · 8 years ago
  10. 256090a add CS_OPT_UNSIGNED option to print immediate in unsigned form. only ARM is supported for now (issue #585) by Nguyen Anh Quynh · 8 years ago
  11. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  12. 8bd0fdb arm: reduce the size of ARM_ITStatus.ITStates[] to 8 by Nguyen Anh Quynh · 9 years ago
  13. ab6cc88 arm: reduce the size of ARM_ITStatus.ITStates[] to 8 by Nguyen Anh Quynh · 9 years ago
  14. de654dd rename MNEMONIC_SIZE to CS_MNEMONIC_SIZE by Nguyen Anh Quynh · 9 years ago
  15. 0b96545 new option CS_OPT_MNEMONIC to customize instruction mnemonic by Nguyen Anh Quynh · 9 years ago
  16. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 9 years ago
  17. bfcaba5 2015 by Nguyen Anh Quynh · 9 years ago
  18. c87ccd1 mips: fix bugs in the last update by Nguyen Anh Quynh · 9 years ago
  19. 9c10ace Make pkg-config and source consistent with installation by pancake · 9 years ago
  20. 650f96c add new API cs_group_name() to return group name in string, given the group id by Nguyen Anh Quynh · 10 years ago
  21. 1085073 x86: remove disp_size, imm_size, op_size. add size to each operand. thanks Gabriel Quadros for some nice ideas by Nguyen Anh Quynh · 10 years ago
  22. 6456481 x86: add immediate operand (1) for SHL/SHR/ROR/ROL/SAR/SAL in detail mode & Intel syntax by Nguyen Anh Quynh · 10 years ago
  23. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  24. 6023ef7 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  25. 2cff6f6 x86: handle instructions with LOCK/REP/REPNE prefix after other prefixes. bear with this until we have a better approach by Nguyen Anh Quynh · 10 years ago
  26. d3ffe37 API: support SKIPDATA option (off by default) by Nguyen Anh Quynh · 10 years ago
  27. 2ff665a arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp') by Nguyen Anh Quynh · 10 years ago
  28. 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 · 10 years ago
  29. 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 · 10 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 · 10 years ago
  31. 1acfd0b move insn_cache into cs_struct to gurantee thread-safe by Nguyen Anh Quynh · 10 years ago
  32. c740407 move internal memory management declarations from utils.h to cs_priv.h by Nguyen Anh Quynh · 10 years ago
  33. b265406 cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu by Nguyen Anh Quynh · 10 years ago
  34. ae3649f rename some C header guards to be without _ as prefix to follow naming convention of C language. suggested by Markus Elfring by Nguyen Anh Quynh · 10 years ago
  35. 19b0de3 moving static doing_mem variable into cs_struct to guarantee thread-safe when handling memory operands by Nguyen Anh Quynh · 10 years ago
  36. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 10 years ago
  37. 0755282 reduce MAX_ARCH to save some memory. this is for internal usage only, so we can increase it in future if needed without having any compatibility issue by Nguyen Anh Quynh · 10 years ago
  38. d345839 support cs_option() for arm64 module by Nguyen Anh Quynh · 10 years ago
  39. 39a42ed Change the way of supporting arch modularization by Nguyen Anh Quynh · 10 years ago
  40. f185180 cleaner implementation for arch modularization by Nguyen Anh Quynh · 10 years ago
  41. 4d3e852 detail option: provide instruction id even when detail option is OFF by Nguyen Anh Quynh · 10 years ago
  42. a209e67 support to turn on/off building instruction details by Nguyen Anh Quynh · 10 years ago
  43. a01d154 x86: handle outs instruction in 16bit mode by Nguyen Anh Quynh · 10 years ago
  44. f0e4eed Use const on all read-only buffers by pancake · 10 years ago
  45. 2215895 mips: no need cs_struct.micro_mips, as we can get that from cs_struct.mode by Nguyen Anh Quynh · 10 years ago
  46. a253c7a x86: map EFLAGS to string of 'flags', 'eflags' or 'rflags' depending on current CS_MODE by Nguyen Anh Quynh · 11 years ago
  47. c04f873 Use uint64_t instead of size_t for addresses by pancake · 11 years ago
  48. 7c7a8bc arm: move static variable ITBlock to cs_struct, so make arm code truly thread-safe by Nguyen Anh Quynh · 11 years ago
  49. b42a657 change cs_disasm() and cs_disasm_dyn() to be portable API. fix related code using these API by Nguyen Anh Quynh · 11 years ago
  50. 3eb9ac9 mingw doesnt accept .errno of cs_struct. this fixes make it happy, and enable Windows cross-compile again by Nguyen Anh Quynh · 11 years ago
  51. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago