Gallopsled / pwntools

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

Add `ELF.stripped` and `ELF.debuginfo` properties #2336

Closed peace-maker closed 5 months ago

peace-maker commented 6 months ago

Show status in checksec output too. This can be used to avoid trying to apply debug symbols if the binary already contains some #2324

The detection is aligned with the output of file.

peace-maker commented 6 months ago

Maybe the checksec output should be in red instead of green, since bad things for the binary under test usually show up in red?