mirror of https://github.com/pwndbg/pwndbg.git
Don't ignore set safe-linking settings (#2484)
* Don't ignore set safe-linking settings The previous code was testing the existance of the safe_lnk option object, which always exists, and therefore was ignoring the actual value of the option. Change the test to safe_lnk.value. * Update pwndbg/glibc.py --------- Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com>pull/2488/head
parent
3226ade3ff
commit
f35e22441a
Loading…
Reference in new issue