MCPcopy Create free account
hub / github.com/qilingframework/qiling / spaced_hex

Function spaced_hex

examples/windows_trace.py:70–71  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

68
69
70def spaced_hex(data):
71 return b' '.join(hexlify(data)[i:i + 2] for i in range(0, len(hexlify(data)), 2)).decode('utf-8')
72
73
74def disasm(count, ql: Qiling, address: int, size: int):

Callers 1

disasmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected