openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
Capstone
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 127 of 139
Search / Filter on:
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.
Nguyen Anh Quynh
More...
about 11 years ago
python: cs_disasm*() now use generator rather than a list to return disassembled instructions. suggested by Mario Vilas.
Nguyen Anh Quynh
More...
about 11 years ago
moving static doing_mem variable into cs_struct to guarantee thread-safe when handling memory operands
Nguyen Anh Quynh
More...
about 11 years ago
python: add PPC sample to test.py
Nguyen Anh Quynh
More...
about 11 years ago
add the missing include/ppc.h
Nguyen Anh Quynh
More...
about 11 years ago
Merge branch 'cs2' into next
Nguyen Anh Quynh
More...
about 11 years ago
arm,arm64,mips,x86: rename PPC_getFeatureBits() to getFeatureBits()
Nguyen Anh Quynh
More...
about 11 years ago
ppc: rename PPC_getFeatureBits() to getFeatureBits()
Nguyen Anh Quynh
More...
about 11 years ago
ppc: rename ppc_cc to ppc_bc
Nguyen Anh Quynh
More...
about 11 years ago
add the missing arch/PowerPC directory
Nguyen Anh Quynh
More...
about 11 years ago
initial support for PPC
Nguyen Anh Quynh
More...
about 11 years ago
tests: do not use -L option for clang
Nguyen Anh Quynh
More...
about 11 years ago
function pointers in arch_init[] should be able to report errors
Nguyen Anh Quynh
More...
about 11 years ago
fix English in config.mk
Nguyen Anh Quynh
More...
about 11 years ago
java: update cs_version() prototype following the changes to this API in the core
Nguyen Anh Quynh
More...
about 11 years ago
python: update binding following the changes to cs_version()
Nguyen Anh Quynh
More...
about 11 years ago
we broke compatibility of bunch of important APIs, so bump API version to 2.0 rather than 1.1
Nguyen Anh Quynh
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()
Nguyen Anh Quynh
More...
about 11 years ago
remove old redundant module related macros in Makefile
Nguyen Anh Quynh
More...
about 11 years ago
remove old redundant module related macros in Makefile
Nguyen Anh Quynh
More...
about 11 years ago
Merge pull request #55 from danghvu/master
Nguyen Anh Quynh
More...
about 11 years ago
Clean up unused code and some coding style
danghvu
More...
about 11 years ago
Let jna handle alignment, reduce performance but more cross-platform
danghvu
More...
about 11 years ago
Minor changes for x86 compatibility
danghvu
More...
about 11 years ago
Fix java binding for cs2 branch
danghvu
More...
about 11 years ago
add SONAME for .so library. issue reported by Anton Bolshakov
Nguyen Anh Quynh
More...
about 11 years ago
add SONAME for .so library. issue reported by Anton Bolshakov
Nguyen Anh Quynh
More...
about 11 years ago
on x86_64, install libs to /usr/lib64 if /usr/lib is inexistent. bug reported by Anton Bolshakov
Nguyen Anh Quynh
More...
about 11 years ago
on x86_64, install libs to /usr/lib64 if /usr/lib is inexistent. bug reported by Anton Bolshakov
Nguyen Anh Quynh
More...
about 11 years ago
python: update to new API cs_disasm_ex()
Nguyen Anh Quynh
More...
about 11 years ago
←
1
2
…
123
124
125
126
127
128
129
130
131
…
138
139
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree