Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
swwwolf committed Feb 14, 2015
1 parent 82145da commit 6fe5080
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 31 deletions.
28 changes: 13 additions & 15 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,26 +96,24 @@ <h2 id="using">Using</h2>
<li>Execute <strong>!wdbgark.help</strong> for help or <strong>!wdbgark.wa_scan</strong> for a full system scan.</li>
<li>Have fun!</li>
</ul>
<pre><code>kd&gt; .load wdbgark
kd&gt; .chain
Extension DLL search Path:
&lt;...&gt;
Extension DLL chain:
wdbgark: image 1.5.0.0, API 1.0.0, built Thu Nov 27 00:18:33 2014
<pre><code>0: kd&gt; .load wdbgark
0: kd&gt; .chain
Extension DLL search Path:
&lt;...&gt;
Extension DLL chain:
wdbgark: image 1.5.0.0, API 1.5.0, built Sat Feb 14 10:38:51 2015
[path: C:\WinDDK\8.1\Debuggers\x64\winext\wdbgark.dll]
WdfKd.dll: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 15:18:45 2013
[path: C:\WinDDK\8.1\Debuggers\x64\winext\WdfKd.dll]
dbghelp: image 6.3.9600.16384, API 6.3.6, built Thu Aug 22 15:25:28 2013
dbghelp: image 6.3.9600.17029, API 6.3.6, built Thu Feb 20 12:02:36 2014
[path: C:\WinDDK\8.1\Debuggers\x64\dbghelp.dll]
ext: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 15:39:42 2013
ext: image 6.3.9600.17029, API 1.0.0, built Thu Feb 20 12:23:58 2014
[path: C:\WinDDK\8.1\Debuggers\x64\winext\ext.dll]
exts: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 15:32:48 2013
exts: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 14:32:48 2013
[path: C:\WinDDK\8.1\Debuggers\x64\WINXP\exts.dll]
kext: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 15:34:26 2013
kext: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 14:34:26 2013
[path: C:\WinDDK\8.1\Debuggers\x64\winext\kext.dll]
kdexts: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 15:34:37 2013
[path: C:\WinDDK\8.1\Debuggers\x64\WINXP\kdexts.dll]</code></pre>
<pre><code>kd&gt; !wdbgark.help
kdexts: image 6.3.9600.17029, API 1.0.0, built Thu Feb 20 12:16:37 2014
[path: C:\WinDDK\8.1\Debuggers\x64\WINXP\kdexts.dll]
0: kd&gt; !wdbgark.help
Commands for C:\WinDDK\8.1\Debuggers\x64\winext\wdbgark.dll:
!help - Displays information on available extension commands
!wa_callouts - Output kernel-mode win32k callouts
Expand Down
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,28 +108,24 @@ Yeah, it's possible to build all the stuff using simple batch script.
* Have fun!

```
kd> .load wdbgark
kd> .chain
Extension DLL search Path:
<...>
Extension DLL chain:
wdbgark: image 1.5.0.0, API 1.0.0, built Thu Nov 27 00:18:33 2014
0: kd> .load wdbgark
0: kd> .chain
Extension DLL search Path:
<...>
Extension DLL chain:
wdbgark: image 1.5.0.0, API 1.5.0, built Sat Feb 14 10:38:51 2015
[path: C:\WinDDK\8.1\Debuggers\x64\winext\wdbgark.dll]
WdfKd.dll: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 15:18:45 2013
[path: C:\WinDDK\8.1\Debuggers\x64\winext\WdfKd.dll]
dbghelp: image 6.3.9600.16384, API 6.3.6, built Thu Aug 22 15:25:28 2013
dbghelp: image 6.3.9600.17029, API 6.3.6, built Thu Feb 20 12:02:36 2014
[path: C:\WinDDK\8.1\Debuggers\x64\dbghelp.dll]
ext: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 15:39:42 2013
ext: image 6.3.9600.17029, API 1.0.0, built Thu Feb 20 12:23:58 2014
[path: C:\WinDDK\8.1\Debuggers\x64\winext\ext.dll]
exts: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 15:32:48 2013
exts: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 14:32:48 2013
[path: C:\WinDDK\8.1\Debuggers\x64\WINXP\exts.dll]
kext: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 15:34:26 2013
kext: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 14:34:26 2013
[path: C:\WinDDK\8.1\Debuggers\x64\winext\kext.dll]
kdexts: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 15:34:37 2013
kdexts: image 6.3.9600.17029, API 1.0.0, built Thu Feb 20 12:16:37 2014
[path: C:\WinDDK\8.1\Debuggers\x64\WINXP\kdexts.dll]
```
```
kd> !wdbgark.help
0: kd> !wdbgark.help
Commands for C:\WinDDK\8.1\Debuggers\x64\winext\wdbgark.dll:
!help - Displays information on available extension commands
!wa_callouts - Output kernel-mode win32k callouts
Expand Down

0 comments on commit 6fe5080

Please sign in to comment.