Skip to content

Commit

Permalink
fix missing image
Browse files Browse the repository at this point in the history
  • Loading branch information
psifertex committed Feb 23, 2024
1 parent 2b08d04 commit 4caa26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/dbgeng-ttd.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ So you will need to copy the entire WinDbg installation folder to a place that B
- E.g., `C:/Users/xushe/Documents/helloworld01.run`
- Click `Accept`

<img src="../img/debugger/dbgeng_ttd.png" width="600px">
<img src="../../img/debugger/dbgeng_ttd.png" width="600px">


## Work with the TTD Trace
Expand Down Expand Up @@ -97,4 +97,4 @@ So you will need to copy the entire WinDbg installation folder to a place that B

The TTD integration in Binary Ninja debugger is still in the beta stage so it will likely contain some bugs or lack certain features.
The good news is the debugger is [open-source](https://github.com/Vector35/debugger) and we have a public issue repository for it: https://github.com/Vector35/debugger/issues/.
Please feel free to file bug reports, and request new features, either specifically for the TTD or more generally for the debugger. Or even better, join our public [Slack](https://slack.binary.ninja/) and talk to the developers and users!
Please feel free to file bug reports, and request new features, either specifically for the TTD or more generally for the debugger. Or even better, join our public [Slack](https://slack.binary.ninja/) and talk to the developers and users!

0 comments on commit 4caa26c

Please sign in to comment.