Class MINIDUMP_MODULE
Contains information for a specific module.
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public class MINIDUMP_MODULE : object
Remarks
https://msdn.microsoft.com/en-us/library/windows/desktop/ms680392.aspx https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_module
Fields
| Improve this Doc View SourceBaseOfImage
The base address of the module executable image in memory.
Declaration
public System.UInt64 BaseOfImage
Field Value
| Type | Description |
|---|---|
| UInt64 |
CheckSum
The checksum value of the module executable image.
Declaration
public System.UInt32 CheckSum
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
CvRecord
A MINIDUMP_LOCATION_DESCRIPTOR structure that specifies the CodeView record of the module.
Declaration
public MINIDUMP_LOCATION_DESCRIPTOR CvRecord
Field Value
| Type | Description |
|---|---|
| MINIDUMP_LOCATION_DESCRIPTOR |
MiscRecord
A MINIDUMP_LOCATION_DESCRIPTOR structure that specifies the miscellaneous record of the module.
Declaration
public MINIDUMP_LOCATION_DESCRIPTOR MiscRecord
Field Value
| Type | Description |
|---|---|
| MINIDUMP_LOCATION_DESCRIPTOR |
ModuleNameRva
An RVA to a MINIDUMP_STRING structure that specifies the name of the module.
See
Declaration
public System.UInt32 ModuleNameRva
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
Reserved0
Reserved for future use.
Declaration
public System.UInt64 Reserved0
Field Value
| Type | Description |
|---|---|
| UInt64 |
Reserved1
Reserved for future use.
Declaration
public System.UInt64 Reserved1
Field Value
| Type | Description |
|---|---|
| UInt64 |
SizeOfImage
The size of the module executable image in memory, in bytes.
Declaration
public System.UInt32 SizeOfImage
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
TimeDateStamp
The timestamp value of the module executable image, in time_t format.
Declaration
public System.UInt32 TimeDateStamp
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
VersionInfo
A VS_FIXEDFILEINFO structure that specifies the version of the module.
Declaration
public VS_FIXEDFILEINFO VersionInfo
Field Value
| Type | Description |
|---|---|
| VS_FIXEDFILEINFO |
Properties
| Improve this Doc View SourceName
The name of the module
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |
SizeOfImageMarshaled
Declaration
public SizeSpan SizeOfImageMarshaled { get; }
Property Value
| Type | Description |
|---|---|
| SizeSpan |
TimeDateStampMarshaled
Declaration
public DateTimeOffset TimeDateStampMarshaled { get; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |