1. 653827b Add register access info for ARM64 by Pranith Kumar · 9 years ago
  2. 1e882cf Add ARM64_GRP_INT to AArch64 for SVC instruction by Zach Riggle · 9 years ago
  3. 1182d25 simplify ARCH_group_name() by using lookup table as suggested by @learn_more. also added the missing group name for GRP_PRIVILEGE by Nguyen Anh Quynh · 9 years ago
  4. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 9 years ago
  5. 5e5b1f5 core: rename operand access symbols from CS_OP_* to CS_AC_* by Nguyen Anh Quynh · 9 years ago
  6. f970679 arm64: use symbol rather than constant (128) for calculating group name in AArch64_group_name() by Nguyen Anh Quynh · 9 years ago
  7. 9092e52 Change AArch64 GRP_JUMP to use a static table implementation by David Callahan · 9 years ago
  8. bb5dcce core: put insns[] into separate .inc files to make it easier to manage by Nguyen Anh Quynh · 9 years ago
  9. bfcaba5 2015 by Nguyen Anh Quynh · 9 years ago
  10. ed6d75a arm64: fix a wrong declaration of array insn_ops[] by Nguyen Anh Quynh · 9 years ago
  11. 51ff849 Add instructions into insn_ops by BuiDinhCuong · 9 years ago
  12. e8eb536 arm64: add place holder for insn_ops[] by Nguyen Anh Quynh · 9 years ago
  13. 0c30daf arm64: BL & BLR do not read SP register by Nguyen Anh Quynh · 10 years ago
  14. c2ea812 fix cs_group_name() after the change on generic group ids by Nguyen Anh Quynh · 10 years ago
  15. 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
  16. 4b6b15f fix more MSVC warnings by Nguyen Anh Quynh · 10 years ago
  17. 46a74e5 arm64: update core. this added a lot more details to cs_arm64_op struct by Nguyen Anh Quynh · 10 years ago
  18. 650f96c add new API cs_group_name() to return group name in string, given the group id by Nguyen Anh Quynh · 10 years ago
  19. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  20. 1922b2f arm64: clean reg_name_maps[] by Nguyen Anh Quynh · 10 years ago
  21. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  22. f6c7cbc core: fix some warnings by Nguyen Anh Quynh · 10 years ago
  23. 4ef1668 arm64: remove dead code by Nguyen Anh Quynh · 10 years ago
  24. 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
  25. 4f93d9c arm64: simplify handling alias instruction (printAliasInstr) by Nguyen Anh Quynh · 10 years ago
  26. 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
  27. 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]
  28. dcbe0f8 arm64: find alias insn after the main isnn name mapping. by Nguyen Anh Quynh · 11 years ago
  29. 9fac512 no longer need to free insn_cache for each arch: simply do it from cs_close() by Nguyen Anh Quynh · 11 years ago
  30. 1acfd0b move insn_cache into cs_struct to gurantee thread-safe by Nguyen Anh Quynh · 11 years ago
  31. c740407 move internal memory management declarations from utils.h to cs_priv.h by Nguyen Anh Quynh · 11 years ago
  32. 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
  33. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  34. b265406 cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  35. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  36. 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
  37. ea8c5af arm64: the left-over fix of the last commit by Nguyen Anh Quynh · 11 years ago
  38. 4d3e852 detail option: provide instruction id even when detail option is OFF by Nguyen Anh Quynh · 11 years ago
  39. c961464 Merge branch 'const-strings' of https://github.com/radare/capstone into const by Nguyen Anh Quynh · 11 years ago
  40. f0e4eed Use const on all read-only buffers by pancake · 11 years ago
  41. fff0abb arm64: clean up by Nguyen Anh Quynh · 11 years ago
  42. a253c7a x86: map EFLAGS to string of 'flags', 'eflags' or 'rflags' depending on current CS_MODE by Nguyen Anh Quynh · 11 years ago
  43. 731bf2a arm64: update core engine by Nguyen Anh Quynh · 11 years ago
  44. 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
  45. ec0ed8e semantics: add insn group JUMP, so now we can check if this insn is branching by Nguyen Anh Quynh · 11 years ago
  46. ad61c49 arm64: handle decomposer properly for alias insn by Nguyen Anh Quynh · 11 years ago
  47. 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
  48. 6b9b664 arm64: support more alias insn by Nguyen Anh Quynh · 11 years ago
  49. 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
  50. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago