Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: Value-Range Analysis of C Programs: Towards Proving the Absence of Buffer Overflow Vulnerabilities
Автор: Simon A.
Аннотация:
Value-Range Analysis of C Programs describes a static analysis for detecting buffer overflows. A buffer overflow in a C program occurs when input is read into a memory buffer whose length exceeds that of the buffer. Overflows usually lead to crashes and may even enable a malicious person to gain control over a computer system. They are recognised as one of the most widespread forms of computer vulnerability. Based on the analysis of a standard mail-forwarding program, necessary refinements of the basic analysis are examined, thereby paving the way for an analysis that is precise enough to prove the absence of buffer overflows in legacy C code.