We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de7dc5 commit 9d61476Copy full SHA for 9d61476
README.md
@@ -1,8 +1,12 @@
1
# savedump
2
3
-TL;DR; A Python hack I put together that does its best to archive
4
-crash dumps and core dumps together with their required binaries
5
-and debug info in Linux.
+
+
+TL;DR; A Python script that creates a best-effort self-contained
6
+archive of a kernel crash dump or userland core dump. The archive
7
+contains the memory dump coupled together with any required
8
+binaries and debug information that it could find at the time it
9
+was invoked.
10
11
### Motivation
12
0 commit comments