Skip to content

Commit d9f8177

Browse files
authored
Update README.md
1 parent f61d0bd commit d9f8177

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
<strong>A <a href="https://en.wikipedia.org/wiki/KISS_principle">KISS</a> Rust crate to parse Windows kernel crash-dumps created by Windows & its debugger.</strong>
55
</p>
66
<p>
7-
<img src="https://github.com/0vercl0k/kdmp-parser-rs/raw/main/pics/kdmp-parser.gif" />
87
<a href="https://crates.io/crates/kdmp-parser"><img src="https://img.shields.io/crates/v/kdmp-parser.svg" /></a>
98
<a href="https://docs.rs/kdmp-parser/"><img src="https://docs.rs/kdmp-parser/badge.svg"></a>
109
<img src="https://github.com/0vercl0k/kdmp-parser-rs/workflows/Builds/badge.svg"/>
1110
</p>
11+
<p>
12+
<img src="https://github.com/0vercl0k/kdmp-parser-rs/raw/main/pics/kdmp-parser.gif" />
13+
</p>
1214
</div>
1315

1416
This is a cross-platform crate that parses Windows **kernel** crash-dumps that Windows / WinDbg generates. It exposes read-only access to the physical memory pages as well as the register / exception context. It can also read virtual memory addresses by walking the [page tables](https://en.wikipedia.org/wiki/Page_table).

0 commit comments

Comments
 (0)