Join Books.org — it's free

General & Miscellaneous Computing, C/C++
Value-Range Analysis of C Programs: Towards Proving the Absence of Buffer Overflow Vulnerabilities by Axel Simon β€” book cover

Value-Range Analysis of C Programs: Towards Proving the Absence of Buffer Overflow Vulnerabilities

by Axel Simon
Available on Bookshop Write a review

Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.

Log in to track your reading progress.

Overview

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.

Reviews

There are no reviews yet. Log in to write one.

Book Details

Published
November 1, 2010
Publisher
Springer-Verlag New York, LLC
Pages
324
Format
Paperback
ISBN
9781849967020

Similar books