Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
def
asm_disasm(asm_text, offset=0):
53
for
instr in cs.disasm(asm_text, offset):
54
printInstr(instr)
55
56
57
def
printInstr(instr, depth=0):
Callers
3
backdoor_function
Method · 0.90
injectable_write_iat_references
Method · 0.85
inject_and_reference_data
Method · 0.85
Calls
1
printInstr
Function · 0.85
Tested by
no test coverage detected