• chevron_right

      Identify security properties on Linux using checksec

      pubsub.slavino.sk / opensource.com · Monday, 7 June, 2021 - 07:02 edit

    Compiling source code produces a binary. During compilation, you can provide flags to the compiler to enable or disable certain properties on the binary. Some of these properties are relevant to security.

    Checksec is a nifty little tool (and shell script) that, among other functions, identifies the security properties that were built into a binary when it was compiled. A compiler might enable some of these properties by default, and you might have to provide specific flags to enable others.


    Značky: #Linux