Commit 2755967 1 parent 6ff14a1 commit 2755967 Copy full SHA for 2755967
File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,22 @@ and use !help command on WinDbg.
9
9
10
10
Installation
11
11
---------------
12
+
13
+ Get an archive file for compiled files form this link:
14
+
15
+ https://github.com/tandasat/PgResarch/releases/latest
16
+
12
17
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.
15
20
16
21
> .load < ; fullpath to 109> ;
17
22
18
23
If you copied 109.dll into a <WINDBG_DIR>/winext folder, you can omit a path.
19
24
20
25
> .load 109
21
26
22
- 1 . Use
27
+ 4 . Use
23
28
24
29
> !dumppg < ; address> ;
25
30
You can’t perform that action at this time.
0 commit comments