12426f5f4906e34d483a07da0debb6d56c6f8434
Automatically flag x86-64 asm object files as SHSTK-compatible. Shadow Stack (SHSTK) is a part of Control-flow Enforcement Technology (CET) which is a feature aimed at defending against ROP attacks by verifying that 'call' and 'ret' instructions are correctly matched. For well-written code this works transparently without any code changes, as return addresses popped from the shadow stack should match return addresses popped from the normal stack for performance reasons anyway.
Description
No description provided
Languages
C
64.5%
Assembly
33.6%
Perl
0.8%
Python
0.8%
Makefile
0.2%