Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ cs
Function
cs
suite/fuzz.py:68–72 ·
view source on GitHub ↗
(md, code)
Source
from the content-addressed store, hash-verified
66
67
68
def
cs(md, code):
69
insns = md.disasm(code, 0)
70
for
i in insns:
71
if
i.address == 0x100000:
72
print i
73
74
75
def
cs_lite(md, code):
Callers
1
fuzz.py
File · 0.70
Calls
1
disasm
Method · 0.45
Tested by
no test coverage detected