0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
python: commented out the printout of @bytes, so 'make tests' doesnt complain anymore More... about 11 years ago
python: reimplement cs_op_count(), cs_op_index() & cs_insn_group() in python, so no need to save instruction raw data anymore More... about 11 years ago
Merge branch 'cserror' More... about 11 years ago
python: delete dead code More... about 11 years ago
Fix Python bindings: More... about 11 years ago
Merge pull request #25 from danghvu/master More... about 11 years ago
rename python classes and using exception for error More... about 11 years ago
mips: properly map alias instruction back to public id. this fixes the crash reported by Pancake More... about 11 years ago
update errno in cs_option() upon failure with CS_ERR_OPTION More... about 11 years ago
Update Makefile to be able to test each binding individually More... about 11 years ago
Update Java binding with cs_option More... about 11 years ago
python: minor fix for setup.py More... about 11 years ago
x86: map xstorerng alias instruction back to xstore. bug reported by Nicolas Ruff More... about 11 years ago
python: add ERR_OPTION, and use @syntax setter/getter rather than option() method to set X86 syntax More... about 11 years ago
add CS_ERR_OPTION type. cs_option() returns this error code on invalid option More... about 11 years ago
x86: on mem reference, put scale after index register to be consistent with Intel style More... about 11 years ago
fix CS_INSN_OFFSET: calculate offset based on the address of related instruction only More... about 11 years ago
fix typo in CS_INSN_OFFSET More... about 11 years ago
HACK More... about 11 years ago
add CS_INSN_OFFSET macro, so we can easily calculate offset of one insn, given its position in its array More... about 11 years ago
more notes for HACK More... about 11 years ago
CREDITS.TXT More... about 11 years ago
note that Intel is default syntax More... about 11 years ago
add a newline between constant types in autogen constants More... about 11 years ago
support comments in autogen files, so constant files are more friendly More... about 11 years ago
bump API to 1.7 due to the addition of @bytes to cs_insn More... about 11 years ago
fix some comments in capstone.h More... about 11 years ago
rename @hex_code to @bytes, and move it to next to @size More... about 11 years ago
Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode More... about 11 years ago
python: use c_char_p rather than POINTER(c_char) on prototype of cs_disasm_dyn() More... about 11 years ago