Skip to content

Commit f177341

Browse files
author
0vercl0k
committed
Remove subsection.
1 parent 447afa4 commit f177341

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
`windbg-scripts` is a collection of [JavaScript](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/javascript-debugger-scripting) debugger extensions for WinDbg.
44

5-
## scripts
6-
75
* [basics](https://github.com/0vercl0k/windbg-scripts/tree/master/basics): various examples of basic usage of various APIs,
86
* [parse_eh_win64.js](https://github.com/0vercl0k/windbg-scripts/blob/master/parse_eh_win64/parse_eh_win64.js): example of extending the data-model with exception handling related information (cf [Debugger data model, Javascript & x64 exception handling](https://doar-e.github.io/blog/2017/12/01/debugger-data-model/)),
97
* [telescope.js](https://github.com/0vercl0k/windbg-scripts/blob/master/telescope/telescope.js): [telescope](https://gef.readthedocs.io/en/latest/commands/dereference/) like command for WinDbg,

0 commit comments

Comments
 (0)