Skip to content

Commit 2755967

Browse files
committed
Update README
1 parent 6ff14a1 commit 2755967

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

109/README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,22 @@ and use !help command on WinDbg.
99

1010
Installation
1111
---------------
12+
13+
Get an archive file for compiled files form this link:
14+
15+
https://github.com/tandasat/PgResarch/releases/latest
16+
1217
1. Start WinDbg (both x86 and x64 are supported)
13-
1. Attach a target kernel or open a crash dump file generated by bugcheck 109.
14-
1. Load the extension by the following command.
18+
2. Attach a target kernel or open a crash dump file generated by bugcheck 109.
19+
3. Load the extension by the following command.
1520

1621
> .load <fullpath to 109>
1722
1823
If you copied 109.dll into a <WINDBG_DIR>/winext folder, you can omit a path.
1924

2025
> .load 109
2126
22-
1. Use
27+
4. Use
2328

2429
> !dumppg &lt;address&gt;
2530

0 commit comments

Comments
 (0)