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: add PPC test to test.py & test_detail.py More... about 11 years ago
ppc: add branch hint support to cs_ppc struct More... about 11 years ago
ppc: support details information More... about 11 years ago
correct the last fix More... about 11 years ago
arm64 & arm: do not update details when detail option is off. bug reported by Pancake. More... about 11 years ago
copy all include files for install target. bug spotted by Pancake More... about 11 years ago
add new API: cs_strerror() return a string describing a given error code. this should be used together with cs_errno() More... about 11 years ago
fix a crashed bug in cs_close(): call destroy function before freeing handle's memory More... about 11 years ago
Merge branch 'ppc' of https://github.com/aquynh/capstone into ppc More... about 11 years ago
Merge branch 'next' of https://github.com/aquynh/capstone into ppc More... about 11 years ago
cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu More... about 11 years ago
tests: use LDFLAGS to link test files - this is to make Gentoo happy More... about 11 years ago
tests: use LDFLAGS to link test files - this is to make Gentoo happy More... about 11 years ago
tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov More... about 11 years ago
tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov More... about 11 years ago
tests: dummy setup LDFLAGS for Gentoo More... about 11 years ago
tests: dummy setup LDFLAGS for Gentoo More... about 11 years ago
rename some C header guards to be without _ as prefix to follow naming convention of C language. suggested by Markus Elfring More... about 11 years ago
rename some old header guards from SB to CS More... about 11 years ago
ppc: change type @disp to int32_t, and add @update_cr0 to cs_ppc struct More... about 11 years ago
fix for the last commit, and make the test code no longer specify ppc code as 64bit More... about 11 years ago
ppc: support for PPC32 was already in More... about 11 years ago
python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes More... about 11 years ago
python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes More... about 11 years ago
Makefile: correctly set /usr/lib64 as installed dir for Gentoo 64-bit More... about 11 years ago
Makefile: correctly set /usr/lib64 as installed dir for Gentoo 64-bit More... about 11 years ago
refine insn_map structure to further reduce binary size: this makes .SO file around 120K smaller More... about 11 years ago
refine insn_map structure to further reduce binary size: this makes .SO file around 120K smaller More... about 11 years ago
some minor fixes for Makefile More... about 11 years ago
remove -x from PPC files More... about 11 years ago