Toggle between light and dark mode.
Your selection will not be saved. From GDPR with ❤.

checksec.sh

Version 1.5 now with RPATH and RUNPATH support.

November 17, 2011

What's New?

  1. New checks for RPATH and RUNPATH elements in the dynamic sections. Thanks to Ollie Whitehouse.
  2. checksec.sh now takes account of the KBUILD_OUTPUT environment variable when checking the Linux kernel protection mechanisms (--kernel). Thanks to Martin Vaeth for the hint.
  3. Some minor changes and clean-ups. Thanks to Brian Davis.
  4. Ubuntu 11.10 support for --fortify-file and --fortify-proc.

RPATH RUNPATH?!

For more information on why checksec.sh flags RPATH and RUNPATH, please refer to the following excellent post on Information Security Stack Exchange.