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
add reducing binary size to TODO list More... about 11 years ago
minor fix for README More... about 11 years ago
update README More... about 11 years ago
update README More... about 11 years ago
Merge branch 'master' of https://github.com/aquynh/capstone More... about 11 years ago
python: correct DLL file for dynamic loading when module is imported More... about 11 years ago
python: clean setup.py More... about 11 years ago
put website address into the license file More... about 11 years ago
Merge pull request #40 from danghvu/master More... about 11 years ago
Fixed size of regWrite, regRead nd group More... about 11 years ago
Fixed naming convention More... about 11 years ago
Merge pull request #39 from danghvu/master More... about 11 years ago
Fix java error when JNA attempts to readField(op) when op_count == 0 More... about 11 years ago
tests: simplify print_insn_detail() function by deleting unused argument More... about 11 years ago
update TODO More... about 11 years ago
python: code style: replace tab with 4 spaces More... about 11 years ago
python: rename some public python classes to follow python naming convention More... about 11 years ago
add TODO More... about 11 years ago
simplify checking on condition to end the loop in cs_disasm(). issue spotted by Pancake More... about 11 years ago
mips: update doing_mem status, regardless of detail option, since that is also used to avoid printing zero offset in mem reference More... about 11 years ago
arm: fix some int types and string specifiers More... about 11 years ago
coding style for C code More... about 11 years ago
mips: print negative immediate when it is negative More... about 11 years ago
mips: fix for micromips More... about 11 years ago
arm64: the left-over fix of the last commit More... about 11 years ago
arm64: add some alias registers. attn: bindings More... about 11 years ago
mips: turn off MicroMips by default More... about 11 years ago
add comment to clarify which information in cs_insn is available when CS_OPT_DETAIL = OFF More... about 11 years ago
bindings: support new 'detail' option for java & python More... about 11 years ago
detail option: provide instruction id even when detail option is OFF More... about 11 years ago