MCPcopy 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
75def 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
82cfile = open(FILE)

Callers 1

fuzz.pyFile · 0.70

Calls 1

disasm_liteMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…