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 133 of 139
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
python: commented out the printout of @bytes, so 'make tests' doesnt complain anymore
Nguyen Anh Quynh
More...
about 11 years ago
python: reimplement cs_op_count(), cs_op_index() & cs_insn_group() in python, so no need to save instruction raw data anymore
Nguyen Anh Quynh
More...
about 11 years ago
Merge branch 'cserror'
Nguyen Anh Quynh
More...
about 11 years ago
python: delete dead code
Nguyen Anh Quynh
More...
about 11 years ago
Fix Python bindings:
Nguyen Anh Quynh
More...
about 11 years ago
Merge pull request #25 from danghvu/master
Nguyen Anh Quynh
More...
about 11 years ago
rename python classes and using exception for error
Nguyen Anh Quynh
More...
about 11 years ago
mips: properly map alias instruction back to public id. this fixes the crash reported by Pancake
Nguyen Anh Quynh
More...
about 11 years ago
update errno in cs_option() upon failure with CS_ERR_OPTION
Nguyen Anh Quynh
More...
about 11 years ago
Update Makefile to be able to test each binding individually
danghvu
More...
about 11 years ago
Update Java binding with cs_option
danghvu
More...
about 11 years ago
python: minor fix for setup.py
Nguyen Anh Quynh
More...
about 11 years ago
x86: map xstorerng alias instruction back to xstore. bug reported by Nicolas Ruff
Nguyen Anh Quynh
More...
about 11 years ago
python: add ERR_OPTION, and use @syntax setter/getter rather than option() method to set X86 syntax
Nguyen Anh Quynh
More...
about 11 years ago
add CS_ERR_OPTION type. cs_option() returns this error code on invalid option
Nguyen Anh Quynh
More...
about 11 years ago
x86: on mem reference, put scale after index register to be consistent with Intel style
Nguyen Anh Quynh
More...
about 11 years ago
fix CS_INSN_OFFSET: calculate offset based on the address of related instruction only
Nguyen Anh Quynh
More...
about 11 years ago
fix typo in CS_INSN_OFFSET
Nguyen Anh Quynh
More...
about 11 years ago
HACK
Nguyen Anh Quynh
More...
about 11 years ago
add CS_INSN_OFFSET macro, so we can easily calculate offset of one insn, given its position in its array
Nguyen Anh Quynh
More...
about 11 years ago
more notes for HACK
Nguyen Anh Quynh
More...
about 11 years ago
CREDITS.TXT
Nguyen Anh Quynh
More...
about 11 years ago
note that Intel is default syntax
Nguyen Anh Quynh
More...
about 11 years ago
add a newline between constant types in autogen constants
Nguyen Anh Quynh
More...
about 11 years ago
support comments in autogen files, so constant files are more friendly
Nguyen Anh Quynh
More...
about 11 years ago
bump API to 1.7 due to the addition of @bytes to cs_insn
Nguyen Anh Quynh
More...
about 11 years ago
fix some comments in capstone.h
Nguyen Anh Quynh
More...
about 11 years ago
rename @hex_code to @bytes, and move it to next to @size
Nguyen Anh Quynh
More...
about 11 years ago
Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode
Nguyen Anh Quynh
More...
about 11 years ago
python: use c_char_p rather than POINTER(c_char) on prototype of cs_disasm_dyn()
Nguyen Anh Quynh
More...
about 11 years ago
←
1
2
…
129
130
131
132
133
134
135
136
137
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