arXiv · 1801.09250
Virtual Breakpoints for x86/64
Abstract
Efficient, reliable trapping of execution in a program at the desired location is a linchpin technique for dynamic malware analysis. The progression of debuggers and malware is akin to a game of cat and mouse - each are constantly in a state of trying to thwart one another. At the core of most efficient debuggers today is a combination of virtual machines and traditional binary modification breakpoints (int3). In this paper, we present a design for Virtual Breakpoints. a modification to the x86 MMU which brings breakpoint management into hardware alongside page tables. In this paper we demonstrate the fundamental abstraction failures of current trapping methods, and design a new mechanism from the hardware up. This design incorporates lessons learned from 50 years of virtualization and debugger design to deliver fast, reliable trapping without the pitfalls of traditional binary modification.
Explore related subjects
Keep this discovery
Gregory Michael Price. 2018-01-28. Virtual Breakpoints for x86/64. https://arxiv.org/abs/1801.09250
Cite the original work for its findings. Save a collection to share your selection of sources.