debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Extract analysis information from TTD trace

Open xusheng6 opened this issue 4 months ago • 1 comments

This includes:

  1. Function calls
  2. Memory read/write/execute
  3. Events
  4. etc

xusheng6 avatar Jul 29 '25 04:07 xusheng6

We can start with 2) Memory read/write/execute, https://learn.microsoft.com/en-us/windows-hardware/drivers/debuggercmds/time-travel-debugging-memory-objects. The goal is to DbgEng TTD's C++ API to extract the information, rather than using javascript

Also create a UI table that shows all of the returned information in

xusheng6 avatar Sep 04 '25 04:09 xusheng6