MCPcopy Create free account
hub / github.com/dobin/SuperMega / asm_disasm

Function asm_disasm

pe/asmdisasm.py:52–54  ·  view source on GitHub ↗
(asm_text, offset=0)

Source from the content-addressed store, hash-verified

50
51
52def asm_disasm(asm_text, offset=0):
53 for instr in cs.disasm(asm_text, offset):
54 printInstr(instr)
55
56
57def printInstr(instr, depth=0):

Callers 3

backdoor_functionMethod · 0.90

Calls 1

printInstrFunction · 0.85

Tested by

no test coverage detected