Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 863 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 863 Bytes

TTDProcessTracker

Record child processes with Time Travel Debugging

⚠️ Note:

This project was initially started when the "follow child process" option wasn't availble with TTD. Now, thanks to official TTD.exe CLI, you can just use -children to follow child processes. See the Microsoft documentation

demo

How it works

scheme

Installation and usage

Two scripts have been added to the repo to start and stop the TTDProcessTracker driver. Run the following commands in the same folders as Tracker.exe and TTDProcessTracker.sys

.\startpt.cmd
.\Tracker .\path\to\process\to\track .\path\to\out\folder
.\stoppt.cmd