1. 8bd0fdb arm: reduce the size of ARM_ITStatus.ITStates[] to 8 by Nguyen Anh Quynh · 9 years ago
  2. 650f96c add new API cs_group_name() to return group name in string, given the group id by Nguyen Anh Quynh · 10 years ago
  3. 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
  4. 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
  5. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  6. 6023ef7 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  7. 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
  8. d3ffe37 API: support SKIPDATA option (off by default) by Nguyen Anh Quynh · 10 years ago
  9. 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
  10. 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
  11. 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
  12. 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
  13. 1acfd0b move insn_cache into cs_struct to gurantee thread-safe by Nguyen Anh Quynh · 10 years ago
  14. c740407 move internal memory management declarations from utils.h to cs_priv.h by Nguyen Anh Quynh · 10 years ago
  15. b265406 cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu by Nguyen Anh Quynh · 10 years ago
  16. 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
  17. 19b0de3 moving static doing_mem variable into cs_struct to guarantee thread-safe when handling memory operands by Nguyen Anh Quynh · 10 years ago
  18. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 10 years ago
  19. 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
  20. d345839 support cs_option() for arm64 module by Nguyen Anh Quynh · 10 years ago
  21. 39a42ed Change the way of supporting arch modularization by Nguyen Anh Quynh · 10 years ago
  22. f185180 cleaner implementation for arch modularization by Nguyen Anh Quynh · 10 years ago
  23. 4d3e852 detail option: provide instruction id even when detail option is OFF by Nguyen Anh Quynh · 10 years ago
  24. a209e67 support to turn on/off building instruction details by Nguyen Anh Quynh · 10 years ago
  25. a01d154 x86: handle outs instruction in 16bit mode by Nguyen Anh Quynh · 10 years ago
  26. f0e4eed Use const on all read-only buffers by pancake · 10 years ago
  27. 2215895 mips: no need cs_struct.micro_mips, as we can get that from cs_struct.mode by Nguyen Anh Quynh · 10 years ago
  28. a253c7a x86: map EFLAGS to string of 'flags', 'eflags' or 'rflags' depending on current CS_MODE by Nguyen Anh Quynh · 10 years ago
  29. c04f873 Use uint64_t instead of size_t for addresses by pancake · 11 years ago
  30. 7c7a8bc arm: move static variable ITBlock to cs_struct, so make arm code truly thread-safe by Nguyen Anh Quynh · 11 years ago
  31. 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
  32. 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
  33. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago