Update pwndbg/commands/checksec.py

pull/1942/head
Disconnect3d 2 years ago
parent 7498db42b4
commit 61787b3597

@ -17,7 +17,7 @@ def color_line(line: str) -> str:
def color_lines(output: str) -> str:
return "\n".join(map(color_line, output.split(NEW_LINE)))
return "\n".join(map(color_line, output.split("\n")))
@pwndbg.commands.ArgparsedCommand("Prints out the binary security settings using `checksec`.")

Loading…
Cancel
Save