Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ cs_lite
Function
cs_lite
suite/fuzz.py:75–79 ·
view source on GitHub ↗
(md, code)
Source
from the content-addressed store, hash-verified
73
74
75
def
cs_lite(md, code):
76
insns = md.disasm_lite(code, 0)
77
for
(addr, size, mnem, ops) in insns:
78
if
addr == 0x100000:
79
print i
80
81
82
cfile = open(FILE)
Callers
1
fuzz.py
File · 0.70
Calls
1
disasm_lite
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…