# Functions
Open reads the minidump file at path and returns it as a Minidump structure.
# Constants
Microsoft Intermediate Language.
Super-H.
PAGE_EXECUTE.
PAGE_EXECUTE_READ.
PAGE_EXECUTE_READWRITE.
PAGE_EXECUTE_WRITECOPY.
PAGE_NOACCESS.
PAGE_NOCACHE.
PAGE_GUARD.
PAGE_READONLY.
PAGE_READWRITE.
PAGE_WRITECOMBINE.
PAGE_WRITECOPY.
# Structs
ErrNotAMinidump is the error returned when the file being loaded is not a minidump file.
MemoryInfo represents an entry in the MemoryInfoList stream.
MemoryRange represents a region of memory saved to the core file, it's constructed after either: 1.
Minidump represents a minidump file.
Module represents an entry in the ModuleList stream.
Stream represents one (uninterpreted) stream in a minidump file.
Thread represents an entry in the ThreadList stream.
VSFixedFileInfo Visual Studio Fixed File Info.
# Type aliases
Arch is the type of the ProcessorArchitecture field of MINIDUMP_SYSTEM_INFO.
FileFlags is the type of the Flags field of MINIDUMP_HEADER.
MemoryProtection is the type of the Protection field of MINIDUMP_MEMORY_INFO.
MemoryState is the type of the State field of MINIDUMP_MEMORY_INFO.
MemoryType is the type of the Type field of MINIDUMP_MEMORY_INFO.
StreamType is the type of the StreamType field of MINIDUMP_DIRECTORY.