1. fc83a43 add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40% by Nguyen Anh Quynh · 10 years ago
  2. 4f93d9c arm64: simplify handling alias instruction (printAliasInstr) by Nguyen Anh Quynh · 10 years ago
  3. 46018db Initial set of changes to support building with MSVC 2013. Right now there's a bunch fo assumptions in the .vcxproj file and some things are not as clean as they should be, but it does build a full build and works (at least the x86 side). The point of this initial checkpoint is to make sure that nothing breaks on the GCC side, that everyone is ok with the changes to the source (or if better fixes/typing can be done). by Alex Ionescu · 11 years ago
  4. 3732725 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago[Renamed (99%) from arch/AArch64/mapping.c]
  5. dcbe0f8 arm64: find alias insn after the main isnn name mapping. by Nguyen Anh Quynh · 11 years ago
  6. 9fac512 no longer need to free insn_cache for each arch: simply do it from cs_close() by Nguyen Anh Quynh · 11 years ago
  7. 1acfd0b move insn_cache into cs_struct to gurantee thread-safe by Nguyen Anh Quynh · 11 years ago
  8. c740407 move internal memory management declarations from utils.h to cs_priv.h by Nguyen Anh Quynh · 11 years ago
  9. 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
  10. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  11. b265406 cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  12. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  13. 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
  14. ea8c5af arm64: the left-over fix of the last commit 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. c961464 Merge branch 'const-strings' of https://github.com/radare/capstone into const by Nguyen Anh Quynh · 11 years ago
  17. f0e4eed Use const on all read-only buffers by pancake · 11 years ago
  18. fff0abb arm64: clean up by Nguyen Anh Quynh · 11 years ago
  19. a253c7a x86: map EFLAGS to string of 'flags', 'eflags' or 'rflags' depending on current CS_MODE by Nguyen Anh Quynh · 11 years ago
  20. 731bf2a arm64: update core engine by Nguyen Anh Quynh · 11 years ago
  21. f35e2ad add @regs_read_count, @regs_write_count, @groups_count to @cs_insn. bump API to 1.4 by Nguyen Anh Quynh · 11 years ago
  22. ec0ed8e semantics: add insn group JUMP, so now we can check if this insn is branching by Nguyen Anh Quynh · 11 years ago
  23. ad61c49 arm64: handle decomposer properly for alias insn by Nguyen Anh Quynh · 11 years ago
  24. e1611f0 arm64: fix wrong calculation of arm64.update_flags with a tricky way of using cs_reg_write() by Nguyen Anh Quynh · 11 years ago
  25. 6b9b664 arm64: support more alias insn by Nguyen Anh Quynh · 11 years ago
  26. 6b7abe3 arm64: handle alias insn in a better way, and add support for MNEG. bug reported by Patroklos Argyroudis by Nguyen Anh Quynh · 11 years ago
  27. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago