MCPcopy 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
68def cs(md, code):
69 insns = md.disasm(code, 0)
70 for i in insns:
71 if i.address == 0x100000:
72 print i
73
74
75def cs_lite(md, code):

Callers 1

fuzz.pyFile · 0.70

Calls 1

disasmMethod · 0.45

Tested by

no test coverage detected