Click any tag below to further narrow down your results
Links
This article revisits the Clang Hardening Cheat Sheet from ten years ago, highlighting new security mitigations in the Clang toolchain. It covers essential flags and options to enhance application security against modern threats, including stack-based memory corruption and dynamic loading vulnerabilities.
Fil-C is a memory-safe version of C and C++ that maintains high compatibility with existing code. It detects memory safety errors through runtime checks and allows many popular programs to run with little to no changes. The compiler is based on clang and supports modern build systems.