Scroll to navigation

mdmpinfo LOCAL mdmpinfo

NAME

mdmpinfodetermines information about a Windows Minidump (MDMP) file

SYNOPSIS

mdmpinfo [-ahvV] source

DESCRIPTION

mdmpinfo is a utility to determine information about a Windows Minidump (MDMP) file

mdmpinfo is part of the libmdmp package. libmdmp is a library to access the Windows Minidump (MDMP) file format

source is the source file.

The options are as follows:

shows allocation information
shows this help
verbose output to stderr
print version

ENVIRONMENT

None

FILES

None

EXAMPLES

# mdmpinfo WERC843.tmp.mdmp
mdmpinfo 20140402

Windows Minidump (MDMP) file information:
	...

DIAGNOSTICS

Errors, verbose and debug output are printed to stderr when verbose output -v is enabled. Verbose and debug output are only printed when enabled at compilation.

BUGS

Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website: https://github.com/libyal/libmdmp/

AUTHOR

These man pages were written by Joachim Metz.

COPYRIGHT

Copyright 2014, Joachim Metz <joachim.metz@gmail.com>. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

April 17, 2019 libmdmp