logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pspax - list ELF/PaX information about running processes

Authors

NedLudd <solar@gentoo.org>
           Maintainer

       MikeFrysinger <vapier@gentoo.org>
           Maintainer

       FabianGroffen <grobian@gentoo.org>
           Mach-O Maintainer

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.

Homepage

https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities

Name

       pspax - list ELF/PaX information about running processes

Notes

        1. https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities

        2. https://bugs.gentoo.org/

pax-utils 1.3.8                                    09/25/2024                                           PSPAX(1)

Options

-a, --all
           Show all processes

       -e, --header
           Print GNU_STACK/PT_LOAD markings

       -i, --ipaddr
           Print ipaddr info if supported

       -p, --pidPID
           Only process specified process id

       -u, --userUID
           Process user/uid #

       -g, --groupGID
           Process group/gid #

       -n, --nx
           Only display w^x processes

       -w, --wx
           Only display w|x processes

       -v, --verbose
           Be verbose (can be used more than once)

       -B, --nobanner
           Don't display the header

       -h, --help
           Show condensed usage and exit

       -V, --version
           Print version and exit

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)

Synopsis

pspax [options] ELFs

See Also