Fix lint issue in canary.py (#2214)

pull/2217/head
Disconnect3d 2 years ago committed by GitHub
parent 00028a80ce
commit b84b09049c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -51,7 +51,6 @@ def canary(all) -> None:
print(message.notice("Canary = 0x%x (may be incorrect on != glibc)" % global_canary)) print(message.notice("Canary = 0x%x (may be incorrect on != glibc)" % global_canary))
found_canaries = False found_canaries = False
results_hidden = False
global_canary_packed = pwndbg.gdblib.arch.pack(global_canary) global_canary_packed = pwndbg.gdblib.arch.pack(global_canary)
thread_stacks = pwndbg.gdblib.stack.get() thread_stacks = pwndbg.gdblib.stack.get()

Loading…
Cancel
Save