Buffer Overflows – Defending against arbitrary code execution

Buffer Overflows are one of the most common and potentially deadly forms of attack against computer systems to date. They allow an attacker to locally or remotely inject malicious code into a system and compromise its security. This paper deals with the technical details concerning buffer overflows and the methods of prevention. Examples are in C and x86 assembly.

Download the paper in DOC format here.

Don't miss