Tag
c-programming
Safeguard articles tagged "c-programming" — guides, analysis, and best practices for software supply chain and application security.
2 articles
Application Security
Identifying memory safety bugs with Valgrind
Valgrind's Memcheck catches use-after-free, leaks, and buffer overruns in unmodified C binaries — at the cost of running your program 10-50x slower.
Jul 8, 20266 min read
AppSec
Buffer Overflow Exploits: A Practical Example
A buffer overflow exploit example, walked through step by step, showing exactly how writing past the end of a fixed-size buffer can turn a simple C function into arbitrary code execution.
May 27, 20257 min read