1. ed6d75a arm64: fix a wrong declaration of array insn_ops[] by Nguyen Anh Quynh · 9 years ago
  2. 51ff849 Add instructions into insn_ops by BuiDinhCuong · 9 years ago
  3. e8eb536 arm64: add place holder for insn_ops[] by Nguyen Anh Quynh · 9 years ago
  4. 0c30daf arm64: BL & BLR do not read SP register by Nguyen Anh Quynh · 10 years ago
  5. c2ea812 fix cs_group_name() after the change on generic group ids by Nguyen Anh Quynh · 10 years ago
  6. d7e42b7 rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly by Nguyen Anh Quynh · 10 years ago
  7. 4b6b15f fix more MSVC warnings by Nguyen Anh Quynh · 10 years ago
  8. 46a74e5 arm64: update core. this added a lot more details to cs_arm64_op struct by Nguyen Anh Quynh · 10 years ago
  9. 650f96c add new API cs_group_name() to return group name in string, given the group id by Nguyen Anh Quynh · 10 years ago
  10. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  11. 1922b2f arm64: clean reg_name_maps[] by Nguyen Anh Quynh · 10 years ago
  12. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  13. f6c7cbc core: fix some warnings by Nguyen Anh Quynh · 10 years ago
  14. 4ef1668 arm64: remove dead code by Nguyen Anh Quynh · 10 years ago
  15. 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
  16. 4f93d9c arm64: simplify handling alias instruction (printAliasInstr) by Nguyen Anh Quynh · 10 years ago
  17. 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
  18. 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]
  19. dcbe0f8 arm64: find alias insn after the main isnn name mapping. by Nguyen Anh Quynh · 11 years ago
  20. 9fac512 no longer need to free insn_cache for each arch: simply do it from cs_close() by Nguyen Anh Quynh · 11 years ago
  21. 1acfd0b move insn_cache into cs_struct to gurantee thread-safe by Nguyen Anh Quynh · 11 years ago
  22. c740407 move internal memory management declarations from utils.h to cs_priv.h by Nguyen Anh Quynh · 11 years ago
  23. 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
  24. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  25. b265406 cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  26. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  27. 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
  28. ea8c5af arm64: the left-over fix of the last commit by Nguyen Anh Quynh · 11 years ago
  29. 4d3e852 detail option: provide instruction id even when detail option is OFF by Nguyen Anh Quynh · 11 years ago
  30. c961464 Merge branch 'const-strings' of https://github.com/radare/capstone into const by Nguyen Anh Quynh · 11 years ago
  31. f0e4eed Use const on all read-only buffers by pancake · 11 years ago
  32. fff0abb arm64: clean up by Nguyen Anh Quynh · 11 years ago
  33. a253c7a x86: map EFLAGS to string of 'flags', 'eflags' or 'rflags' depending on current CS_MODE by Nguyen Anh Quynh · 11 years ago
  34. 731bf2a arm64: update core engine by Nguyen Anh Quynh · 11 years ago
  35. 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
  36. ec0ed8e semantics: add insn group JUMP, so now we can check if this insn is branching by Nguyen Anh Quynh · 11 years ago
  37. ad61c49 arm64: handle decomposer properly for alias insn by Nguyen Anh Quynh · 11 years ago
  38. 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
  39. 6b9b664 arm64: support more alias insn by Nguyen Anh Quynh · 11 years ago
  40. 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
  41. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago