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