forgot newline
parent
91cf527253
commit
0562454923
|
@ -16,6 +16,6 @@ def objdump(shellcode: bytes)->str:
|
||||||
opcodes = str()
|
opcodes = str()
|
||||||
|
|
||||||
for opcode in capstone.disasm(shellcode, 0):
|
for opcode in capstone.disasm(shellcode, 0):
|
||||||
opcodes += f'{opcode.mnemonic} {opcode.op_str}'
|
opcodes += f'{opcode.mnemonic} {opcode.op_str}\n'
|
||||||
|
|
||||||
return opcodes
|
return opcodes
|
||||||
|
|
Loading…
Reference in New Issue