Skip to content
ptesarik edited this page Nov 3, 2014 · 11 revisions

Libkdumpfile Home Page

Motivation

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.

Supported Formats

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 of makedumpfile)
  • LKCD (all versions)
Clone this wiki locally