mirror of https://github.com/pwndbg/pwndbg.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
941 B
941 B
checksec
usage: checksec [-h] [-f FILE]
Prints out the binary security settings using checksec.
Optional arguments
| Short | Long | Help |
|---|---|---|
| -h | --help | show this help message and exit |
| -f | --file | Specify the file to run checksec on. |
Examples
pwndbg> checksec
File: /usr/bin/bash
Arch: amd64
RELRO: Full RELRO
Stack: Canary found
NX: NX enabled
PIE: PIE enabled
SHSTK: Enabled
IBT: Enabled