Gallopsled / pwntools

CTF framework and exploit development library
http://pwntools.com
Other
11.99k stars 1.7k forks source link

Only print `checksec` output of `ELF.libc` when it was printed for the `ELF` already #2483

Open peace-maker opened 4 days ago

peace-maker commented 4 days ago

Accessing ELF.libc would always print the checksec output of the libc without a way to suppress it easily. Remember if we opened the file with ELF(bin, checksec=False) and don't print it when accessing .libc.

Fixes #2414