Skip to content

Commit

Permalink
Fixed docs links for js scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
lowleveldesign committed Jan 26, 2024
1 parent bb6571e commit f3899fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion guides/using-windbg.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,10 @@ dx @$curprocess.Modules["bindfltapi"].Contents.Exports.Select(m => Debugger.Uti
### Using the JavaScript engine
[Official Microsoft documentation](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/javascript-debugger-scripting) | [The referance for the host object](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/native-objects-in-javascript-extensions-debugger-objects)
Documentation:
- [Official Microsoft documentation](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/javascript-debugger-scripting)
- [The API reference for the host object](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/native-objects-in-javascript-extensions-debugger-objects)
#### Loading a script
Expand Down

0 comments on commit f3899fd

Please sign in to comment.