mirror of https://github.com/pwndbg/pwndbg.git
Fix got command (#306)
* Fix got command when using pwntool Fixes `got` command by changing `call_program` wrapper to pipe stderr to stdout. This is because there are two `checksec`s: * the checksec script * checksec script from pwntools The latter prints output into stderr and because of that we couldn't detect proper RELRO status (as ggot command parsed an empty string). * Fix got command error paths * Got command _extract_jumps commentpull/311/head
parent
b2335f42b5
commit
9f364f62c6
Loading…
Reference in new issue