struct MINIDUMP_MODULE

Defined at line 541 of file ../../third_party/crashpad/src/compat/non_win/dbghelp.h

Information about a specific module loaded within the process at the

time the snapshot was taken.

A module may be the main executable, a shared library, or a loadable module.

Public Members

uint64_t BaseOfImage
uint32_t SizeOfImage
uint32_t CheckSum
uint32_t TimeDateStamp
RVA ModuleNameRva
VS_FIXEDFILEINFO VersionInfo
MINIDUMP_LOCATION_DESCRIPTOR CvRecord
MINIDUMP_LOCATION_DESCRIPTOR MiscRecord
uint64_t Reserved0
uint64_t Reserved1