table of contents
PSPAX(1) | Documentation for pax-utils | PSPAX(1) |
NAME¶
pspax - list ELF/PaX information about running processes
SYNOPSIS¶
pspax [options] ELFs
DESCRIPTION¶
pspax is a user-space utility that scans the proc directory and list ELF types, as well as their respective PaX flags and filenames and attributes. Depending on build options, it may additionally display the process running set of capabilities.
OPTIONS¶
-a, --all
-e, --header
-i, --ipaddr
-p, --pid PID
-u, --user UID
-g, --group GID
-n, --nx
-w, --wx
-v, --verbose
-B, --nobanner
-h, --help
-V, --version
HOMEPAGE¶
REPORTING BUGS¶
Please include as much information as possible (using any available debugging options) and send bug reports to the maintainers (see the AUTHORS section). Please use the Gentoo bugzilla at https://bugs.gentoo.org/ if possible.
SEE ALSO¶
chpax(1), dumpelf(1), paxctl(1), pspax(1), readelf(1), scanelf(1), elf(5)
AUTHORS¶
Ned Ludd <solar@gentoo.org>
Mike Frysinger <vapier@gentoo.org>
Fabian Groffen <grobian@gentoo.org>
NOTES¶
02/20/2023 | pax-utils 1.3.7 |