From the course: Application Security Testing and Debugging
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
White-box debugging techniques
From the course: Application Security Testing and Debugging
White-box debugging techniques
Welcome to this video of White Box Debugging Techniques. Here's a fascinating fact. Some of the world's most critical vulnerabilities like hard bleed in OpenSSL weren't buried in obscure code. They were hiding in widely used functions that many developers viewed. Today, you'll learn white box debugging techniques that help you systematically uncover search flaws in massive code bases where traditional debugging often fails. In this video, we'll explore delta debugging and binary search methodologies for efficient vulnerability isolation, security patent recognition techniques for identifying common vulnerability signatures, structured code path analysis approaches for systematic flaw discovery, enterprise-level white box testing integration strategies, and best practices. By the end of this video, you will be able to apply delta debugging to reduce analysis time from weeks to hours, demonstrate binary search techniques for vulnerability location in large code bases, identify security…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.