0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'x86' into next More... almost 11 years ago
python & java: update instruction constants after the last core update More... almost 11 years ago
x86: bug fixes for some instructions, including AVX More... almost 11 years ago
docs: update README More... almost 11 years ago
python: define CS_SUPPORT_DIET with relation to CS_ARCH_ALL for clarification More... almost 11 years ago
define CS_SUPPORT_DIET with relation to CS_ARCH_ALL for clarification More... almost 11 years ago
x86: update core More... almost 11 years ago
minor fix for config.mk More... almost 11 years ago
python: fix some wrong comments on diet related code More... almost 11 years ago
python: add a comment regarding CS_SUPPORT_DIET More... almost 11 years ago
python: cache diet option for better performance More... almost 11 years ago
docs: add links to docs/README More... almost 11 years ago
python: more check for diet engine in some APIs More... almost 11 years ago
python: raise CS_ERR_DIET error when accessing irrelevant data in diet engine More... almost 11 years ago
add CS_ERR_DIET error code to report information irrelevant in diet engine More... almost 11 years ago
correct last commit: #undef CAPSTONE_DIET, not #undefine More... almost 11 years ago
have CAPSTONE_DIET explicity undefined when undesired More... almost 11 years ago
add dist target for Makefile More... almost 11 years ago
fix the last patch on Macport path comparison More... almost 11 years ago
install pkgconfig.pc at the right place for OSX: considering Brew & Macport only More... almost 11 years ago
fix for config.mk More... almost 11 years ago
python: expose cs_disasm_lite() to __init__.py More... almost 11 years ago
explicitly warning about diet mode for some APIs in capstone.h More... almost 11 years ago
Merge branch 'next' of https://github.com/aquynh/capstone into next More... almost 11 years ago
python: add getter for 'diet' & add support() API to Cs class More... almost 11 years ago
python: argument of cs_support() is query, not arch More... almost 11 years ago
java: fix indentation More... almost 11 years ago
java: fix NULL pointr exception introduced by last commit. suggested by Dang Hoang Vu More... almost 11 years ago
java: verify against core's version before doing anything More... almost 11 years ago
cython: verify against core's version before doing anything More... almost 11 years ago