Protections

Check binary protections

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 enabled

This command is a pwntool feature.

Last updated