security feature auditing for ELF binaries and Linux kernels
checksec inspects the security properties of ELF executables, running processes, and the Linux kernel — RELRO, stack canaries, NX, PIE, control-flow integrity (CFI), FORTIFY_SOURCE, and more.
checksec inspects the security properties of ELF executables, running processes, and the Linux kernel — RELRO, stack canaries, NX, PIE, control-flow integrity (CFI), FORTIFY_SOURCE, and more.
To install checksec, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install checksec
To see what files were installed by checksec, run:
port contents checksec
To later upgrade checksec, run:
sudo port selfupdate && sudo port upgrade checksec
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.