0
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 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
python: wrong prototype for cs_close() causes mem leaking. bug reported by Joxean Koret More... about 11 years ago
x86: fix relative call. bug reported by Joxean Koret More... about 11 years ago
Merge pull request #23 from danghvu/master More... about 11 years ago
Use casting instead of isdigit, incase negative number More... about 11 years ago
Fix a bug const generator does not account for assigning number as enum const More... about 11 years ago
Partially reverted previous commit More... about 11 years ago
Added @hex_code member More... about 11 years ago
bump API to 1.6 to reflect the addition of the new API cs_option() More... about 11 years ago
fix bindings to reflect the last commit More... about 11 years ago
arm64: correct value of ARM64_SFT_ROR More... about 11 years ago
update CREDITS More... about 11 years ago
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 More... about 11 years ago
arm: added some alias registers More... about 11 years ago
java: temporarily remove SYNTAX_ATT option due to the newly added cs_option() API. this will be fixed when cs_option() is supported in java More... about 11 years ago
merge with option branch More... about 11 years ago
python: fix a memory leaking in cs_disasm_quick(). bug reported by Joxean Koret More... about 11 years ago
arm: fix a memory leaking bug More... about 11 years ago
API cs_option(): @value now has size_t, so mapping opaque pointer is possible for future options More... about 11 years ago
Merge pull request #21 from danghvu/master More... about 11 years ago
Minor fix in java coding style More... about 11 years ago
Fix java binding to reflect new api More... about 11 years ago
change option names for cs_option(), and update python binding accordingly to support new cs_option() More... about 11 years ago
change cs_option() API to be more flexible with option value More... about 11 years ago
python: update to the newly added cs_option() API More... about 11 years ago
handle cs_option() according to arch & mode More... about 11 years ago
add cs_option() API. move ATT & Intel syntax here, rather than having them as CS_MODE, which is wrong More... about 11 years ago
mips: map register 9 to 'sp' rather than '29' More... about 11 years ago
x86: fix bug in relative jump. reported by Joxean More... about 11 years ago
update CREDITS More... about 11 years ago
mips: correct the forgotten size_t address in the last API change More... about 11 years ago