debugger
debugger copied to clipboard
Extract analysis information from TTD trace
This includes:
- Function calls
- Memory read/write/execute
- Events
- etc
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