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: cs_disasm*() now use generator rather than a list to return disassembled instructions. suggested by Mario Vilas. More... about 11 years ago
python: cs_disasm*() now use generator rather than a list to return disassembled instructions. suggested by Mario Vilas. More... about 11 years ago
moving static doing_mem variable into cs_struct to guarantee thread-safe when handling memory operands More... about 11 years ago
python: add PPC sample to test.py More... about 11 years ago
add the missing include/ppc.h More... about 11 years ago
Merge branch 'cs2' into next More... about 11 years ago
arm,arm64,mips,x86: rename PPC_getFeatureBits() to getFeatureBits() More... about 11 years ago
ppc: rename PPC_getFeatureBits() to getFeatureBits() More... about 11 years ago
ppc: rename ppc_cc to ppc_bc More... about 11 years ago
add the missing arch/PowerPC directory More... about 11 years ago
initial support for PPC More... about 11 years ago
tests: do not use -L option for clang More... about 11 years ago
function pointers in arch_init[] should be able to report errors More... about 11 years ago
fix English in config.mk More... about 11 years ago
java: update cs_version() prototype following the changes to this API in the core More... about 11 years ago
python: update binding following the changes to cs_version() More... about 11 years ago
we broke compatibility of bunch of important APIs, so bump API version to 2.0 rather than 1.1 More... about 11 years ago
API cs_version_ex(): since we already broke API compatibility, we are not afraid to break cs_version() too. this replaces cs_version() with cs_version_ex() More... about 11 years ago
remove old redundant module related macros in Makefile More... about 11 years ago
remove old redundant module related macros in Makefile More... about 11 years ago
Merge pull request #55 from danghvu/master More... about 11 years ago
Clean up unused code and some coding style More... about 11 years ago
Let jna handle alignment, reduce performance but more cross-platform More... about 11 years ago
Minor changes for x86 compatibility More... about 11 years ago
Fix java binding for cs2 branch More... about 11 years ago
add SONAME for .so library. issue reported by Anton Bolshakov More... about 11 years ago
add SONAME for .so library. issue reported by Anton Bolshakov More... about 11 years ago
on x86_64, install libs to /usr/lib64 if /usr/lib is inexistent. bug reported by Anton Bolshakov More... about 11 years ago
on x86_64, install libs to /usr/lib64 if /usr/lib is inexistent. bug reported by Anton Bolshakov More... about 11 years ago
python: update to new API cs_disasm_ex() More... about 11 years ago