Protections
Check binary protections
$ pwn checksec binary_name
Arch: i386-32-little
RELRO: Partial RELRO
Stack: Canary found
NX: NX enabled
PIE: PIE enabledLast updated
The following command permit to check the protections status of the binary :
$ pwn checksec binary_name
Arch: i386-32-little
RELRO: Partial RELRO
Stack: Canary found
NX: NX enabled
PIE: PIE enabledThis command is a pwntool feature.
Last updated