You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/kdmp-parser/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ The library supports loading 64-bit dumps and provides read access to things lik
17
17
Compiled binaries are available in the [releases](https://github.com/0vercl0k/kdmp-parser/releases) section.
18
18
19
19
Special thanks to:
20
+
-[hugsy](https://github.com/hugsy) for numerous contributions: the new Python bindings, CI improvements, new dump types, etc.,
21
+
-[masthoon](https://github.com/masthoon) for the initial version of the Python bindings,
20
22
-[yrp604](https://github.com/yrp604) for being knowledgeable about the format,
21
23
- the [rekall](https://github.com/google/rekall) project and their [Python implementation](https://github.com/google/rekall/blob/master/rekall-core/rekall/plugins/overlays/windows/crashdump.py) (most of the structures in [kdmp-parser-structs.h](https://github.com/0vercl0k/kdmp-parser/blob/master/src/kdmp-parser/kdmp-parser-structs.h) have been adapted from it).
0 commit comments