The Continuing Arms Race Code-Reuse Attacks and Defenses

The Continuing Arms Race Code-Reuse Attacks and Defenses by Per Larsen, published by the Association for Computing Machinery in 2018, is a comprehensive examination of security threats in the digital domain. This 302-page book addresses the challenges posed by malicious behaviors such as fraud and theft, particularly focusing on how applications can be vulnerable to malformed inputs that allow intruders to gain control over computer systems.
Readers will find an in-depth exploration of various strategies to enhance security in legacy programs while acknowledging the limitations of existing systems programming languages. The book discusses enforcement-type defenses, randomization techniques to create unpredictable attack surfaces, and tandem execution methods that reveal adversarial activities. By presenting influential works on run-time exploits and defenses, this edition aims to inspire new ideas and paradigms in the fields of programming, security, and software development.
Official synopsis Publisher
As human activities moved to the digital domain, so did all the well-known malicious behaviors including fraud, theft, and other trickery. There is no silver bullet, and each security threat calls for a specific answer. One specific threat is that applications accept malformed inputs, and in many cases it is possible to craft inputs that let an intruder take full control over the target computer system.
The nature of systems programming languages lies at the heart of the problem. Rather than rewriting decades of well-tested functionality, this book examines ways to live with the (programming) sins of the past while shoring up security in the most efficient manner possible. We explore a range of different options, each making significant progress towards securing legacy programs from malicious inputs.
The solutions explored include enforcement-type defenses, which excludes certain program executions because they never arise during normal operation. Another strand explores the idea of presenting adversaries with a moving target that unpredictably changes its attack surface thanks to randomization. We also cover tandem execution ideas where the compromise of one executing clone causes it to diverge from another thus revealing adversarial activities. The main purpose of this book is to provide readers with some of the most influential works on run-time exploits and defenses. We hope that the material in this book will inspire readers and generate new ideas and paradigms.
Publisher
Topics
FAQ
What is “The Continuing Arms Race Code-Reuse Attacks and Defenses” about?
Who is the author of “The Continuing Arms Race Code-Reuse Attacks and Defenses”?
When was “The Continuing Arms Race Code-Reuse Attacks and Defenses” published?
What is the ISBN for “The Continuing Arms Race Code-Reuse Attacks and Defenses”?
What are the book details (language, pages, edition)?
