minor log format
parent
3505a51bc3
commit
750aedc81a
|
@ -18,6 +18,6 @@ def objdump(shellcode: bytes) -> str:
|
|||
opcodes = str()
|
||||
|
||||
for opcode in capstone.disasm(shellcode, 0):
|
||||
opcodes += f'{opcode.mnemonic} {opcode.op_str}\n'
|
||||
opcodes += f'{opcode.mnemonic}\t{opcode.op_str}\n'
|
||||
|
||||
return opcodes
|
||||
|
|
Loading…
Reference in New Issue