- 86dc393 properly handle output string having space as separator by Nguyen Anh Quynh · 11 years ago
- defb9bc more flexible on extracting insn menemonic, as sometimes space can be used as separator, not only tab by Nguyen Anh Quynh · 11 years ago
- f0e4eed Use const on all read-only buffers by pancake · 11 years ago
- 2215895 mips: no need cs_struct.micro_mips, as we can get that from cs_struct.mode by Nguyen Anh Quynh · 11 years ago
- 36df4bb revert the cs_version() API by Nguyen Anh Quynh · 11 years ago
- bb64b0b more API version to capstone.h, and remove cs_version(). reset API back to 1.0 for public release by Nguyen Anh Quynh · 11 years ago
- a253c7a x86: map EFLAGS to string of 'flags', 'eflags' or 'rflags' depending on current CS_MODE by Nguyen Anh Quynh · 11 years ago
- fe8030b update errno in cs_option() upon failure with CS_ERR_OPTION by Nguyen Anh Quynh · 11 years ago
- 041e25d add CS_ERR_OPTION type. cs_option() returns this error code on invalid option by Nguyen Anh Quynh · 11 years ago
- 26a4371 bump API to 1.7 due to the addition of @bytes to cs_insn 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
- 114df0e Added @hex_code member by Joxean · 11 years ago
- 4b95d9f bump API to 1.6 to reflect the addition of the new API cs_option() 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
- 4a60a56 handle cs_option() according to arch & mode 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
- 5dbe12a bump API to 1.5 due to the change in cs_disasm*(), and add PKG_{MAJOR|MINOR} for package version 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
- 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
- 45078f8 finally drop ugly support for using arch as handle in cs_reg_name(). this doesnt change API by Nguyen Anh Quynh · 11 years ago
- ad61c49 arm64: handle decomposer properly for 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
- 402f3fc bump API to 1.3 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
- 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
- 26ee41a initial import by Nguyen Anh Quynh · 11 years ago