Analyse and explore linux
Component CFI_CLANG

Component Type: kbuild config

Description: Use Clang's Control Flow Integrity (CFI)

More info: This option enables Clang’s forward-edge Control Flow Integrity (CFI) checking, where the compiler injects a runtime check to each indirect function call to ensure the target is a valid function with the correct static type. This restricts possible call targets and makes it more difficult for an attacker to exploit bugs that allow the modification of stored function pointers. More information can be found from Clang's documentation: https://clang.llvm.org/docs/ControlFlowIntegrity.html

Build project: Kconfig (Linux kconfig) (Path: arch\Kconfig )

Other views: file explorer

Generated by PFA software prototype