mirror of https://github.com/pwndbg/pwndbg.git
checksec: try detect different variants and use appropriate args (#671)
Modern maintained checksec >2.0 requires to use "--file=arg" which we try to detect. The command call is cached anyway so lets try to find out what version is running. In case we can't find a verbose variant, we just fall back to the common old fessioned "--file arg" variant as if nothing has happened. Fixes #662pull/673/head
parent
068099c15e
commit
848247ed9c
Loading…
Reference in new issue