-
Notifications
You must be signed in to change notification settings - Fork 23
Home
ptesarik edited this page Nov 3, 2014
·
11 revisions
Linux kernel crash dump files present a wide variety of different formats, many of them in active use. Any tool that wants to access the information contained in these files must deal with many details of each particular format, even more so if they want to support files created on other architectures. This library was created to stop re-inventing the wheel.
As of version 0.1.2 of the library, following formats are supported:
-
ELF
dumps (including Xen Dom0 and Xen DomU) - dumps created by
makedumpfile
- original
diskdump
format (predecessor ofmakedumpfile
) - LKCD (all versions)