Secure C programming practices (or HowToMake C Memory Safe(r))
I’d like to add a post regarding the C-programming language regarding usage of deprecated or memory unsafe functions. 1. Background Functions that are the primary source for Buffer Overflow attacks. Aim is to increase awareness about them and make them forbidden to use, 2. Example that supports the background: Here is a good and fairly easy-read…
Read More “Secure C programming practices (or HowToMake C Memory Safe(r))” »

