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
build: update compile.sh to support bsd systems build: switch from hardcoded gcc to default c compiler More... almost 11 years ago
remove 'restrict' keyword in the definition of cs_vsnprintf(). also compile tests/* with -L option More... almost 11 years ago
cs_op_count() & cs_op_index() report CS_ERR_DETAIL when detail = OFF More... almost 11 years ago
correct some comments on CS_OPT_MEM option More... almost 11 years ago
add ChangeLog file, and rename some documentation files More... almost 11 years ago
make vsnprintf() user-defined function pointer, which is passed in via the same CS_OPT_MEM option like malloc/calloc etc More... almost 11 years ago
replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally More... almost 11 years ago
python: update Cython for the change on @op_str in the core More... almost 11 years ago
python & java: update following the last change to @op_str More... almost 11 years ago
increase size of @op_str to 160 to contain long operand string of some Neon Arm instructions More... almost 11 years ago
ppc: replace constant subtarget numbers with macros More... almost 11 years ago
x86: some arithmetic instructions should not update accumulate registers More... almost 11 years ago
arm: update core More... almost 11 years ago
suite: make all tests consistenly run from inside suite/ More... almost 11 years ago
arm64: update core More... almost 11 years ago
add some comments on the availability of some APIs relying on detail = ON More... almost 11 years ago
java: update Mips constants following the change in Mips' core More... almost 11 years ago
python: update Mips constants following the change in Mips' core More... almost 11 years ago
mips: update core More... almost 11 years ago
python & java: pump API to 2.0 More... almost 11 years ago
x86: few more SUB insn should not affect accumulate register More... almost 11 years ago
extend @op_str of cs_insn_flat following the core change More... almost 11 years ago
x86: some ADD & SUB insn should not affect accumulate registers. bug reported by Bleh More... almost 11 years ago
python: fix Cython binding following the latest core change on @op_str More... almost 11 years ago
java: update @opStr & ARM's @Operands following the changes in core More... almost 11 years ago
python: update @op_str & ARM's @operands following the changes in core More... almost 11 years ago
increase sizes of @op_str & ARM @operands to contain some ARM instructions with super long list of registers. issue reported by Deroko of ARTeam More... almost 11 years ago
python: indentation for cython code. also added author credits to these new files More... almost 11 years ago
python: update clean target for *.pyx files More... almost 11 years ago
update .gitignore for new *.pyx files generated by cython More... almost 11 years ago