Time Travel Triage: An Introduction to Time Travel Debugging using a .NET Process Hollowing Case Study
cloud.google.com·10h
Flag this post

Written by: Josh Stroschein, Jae Young Kim


The prevalence of obfuscation and multi-stage layering in today’s malware often forces analysts into tedious and manual debugging sessions. For instance, the primary challenge of analyzing pervasive commodity stealers like AgentTesla isn’t identifying the malware, but quickly cutting through the obfuscated delivery chain to get to the final payload.

Unlike traditional live debugging, Time Travel Debugging (TTD) captures a deterministic, shareable record of a program’s execution. Leveraging TTD’s powerful data model and time travel capabilities allow us to efficiently pivot to the key execution events that lead to the final payload.

This post in…

Similar Posts

Loading similar posts...