- 79976c1 fix some comments in capstone.h by Nguyen Anh Quynh · 11 years ago
- 8f13f3c rename @hex_code to @bytes, and move it to next to @size by Nguyen Anh Quynh · 11 years ago
- c45b158 Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode by Nguyen Anh Quynh · 11 years ago
- 367a4df Partially reverted previous commit by Joxean · 11 years ago
- 114df0e Added @hex_code member by Joxean · 11 years ago
- f8db76a arm64: correct value of ARM64_SFT_ROR by Nguyen Anh Quynh · 11 years ago
- ea5b79d move some alias registers around to after REG_MAX. this seems to fix some issues of clang, which struggles with enum that assign value from other enum by Nguyen Anh Quynh · 11 years ago
- b39ef0b arm: added some alias registers by Nguyen Anh Quynh · 11 years ago
- da8adad API cs_option(): @value now has size_t, so mapping opaque pointer is possible for future options by Nguyen Anh Quynh · 11 years ago
- c618db4 change option names for cs_option(), and update python binding accordingly to support new cs_option() by Nguyen Anh Quynh · 11 years ago
- b8ce68e change cs_option() API to be more flexible with option value by Nguyen Anh Quynh · 11 years ago
- 01aba00 add cs_option() API. move ATT & Intel syntax here, rather than having them as CS_MODE, which is wrong by Nguyen Anh Quynh · 11 years ago
- 612b5d2 consistently use same param name @address rather than @offset in all cs_disasm*() API by Nguyen Anh Quynh · 11 years ago
- f2a649e cs_insn.address also needs to be changed after the change on @offset of cs_disasm*() API by Nguyen Anh Quynh · 11 years ago
- 7d5f96d merge Radare's pull request on API change on @address of cs_disasm*() by Nguyen Anh Quynh · 11 years ago
- 029df20 add some comments referring to cs_errno() on failure of some APIs by Nguyen Anh Quynh · 11 years ago
- 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
- c04f873 Use uint64_t instead of size_t for addresses by pancake · 11 years ago
- 3582bc1 arm64: ARM64_GRP_JUMP is in the wrong place. move it to its place and also clarify some GRP comments by Nguyen Anh Quynh · 11 years ago
- ec0ed8e semantics: add insn group JUMP, so now we can check if this insn is branching by Nguyen Anh Quynh · 11 years ago
- 173ed2b arm: upgrade core engine by Nguyen Anh Quynh · 11 years ago
- 270d8ae Merge branch 'master' into x86 by Nguyen Anh Quynh · 11 years ago
- 3640f3c clarify in capstone.h that no API accepts CS_ARCH_* as handle anymore by Nguyen Anh Quynh · 11 years ago
- 36d143b x86: update core engine by Nguyen Anh Quynh · 11 years ago
- 6b9b664 arm64: support more alias insn by Nguyen Anh Quynh · 11 years ago
- 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
- f1656de reduce the size of @operands for arm & arm64 by Nguyen Anh Quynh · 11 years ago
- 90acea3 fix arm64_op_mem & arm64_op_type structures: int32_t is enough for imm & disp by Nguyen Anh Quynh · 11 years ago
- 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
- 26ee41a initial import by Nguyen Anh Quynh · 11 years ago