{{ moduleName }}

Module
Module Flags {{ moduleInfo.moduleFlags | hex32 }}
System Flags {{ moduleInfo.systemFlags | hex32 }}
EXE Address {{ moduleInfo.exeAddress | hex32 }}
Entry Point {{ moduleInfo.exeEntryPoint | hex32 }}
Stack Size {{ moduleInfo.exeStackSize }}b
Heap Size {{ moduleInfo.exeHeapSize }}b
Execution
Media ID {{ moduleInfo.executionInfo.mediaId | hex32 }}
Version {{ moduleInfo.executionInfo.version }}
Base Version {{ moduleInfo.executionInfo.baseVersion }}
Title ID {{ moduleInfo.executionInfo.titleId | hex32 }}
Platform {{ moduleInfo.executionInfo.platform | hex32 }}
Executable Table {{ moduleInfo.executionInfo.executableTable | hex32 }}
Disc {{ moduleInfo.executionInfo.discNumber }} / {{ moduleInfo.executionInfo.discCount }}
Save Game ID {{ moduleInfo.executionInfo.savegameId | hex32 }}
Loader
Image Flags {{ moduleInfo.loaderInfo.imageFlags | hex32 }}
Game Regions {{ moduleInfo.loaderInfo.gameRegions | hex32 }}
Media Flags {{ moduleInfo.loaderInfo.mediaFlags | hex32 }}
TLS
Slot Count {{ moduleInfo.tlsInfo.slotCount }}
Data Size {{ moduleInfo.tlsInfo.dataSize }}b
Raw Data Address {{ moduleInfo.tlsInfo.rawDataAddress | hex32 }}
Raw Data Size {{ moduleInfo.tlsInfo.rawDataSize }}b
Key Value Length
{{ header.key | hex32 }} {{ header.value | hex32 }} {{ header.length }}b

Sections

# Type Start End Length
{{ $index }} {{ section.type }} {{ section.startAddress | hex32 }} {{ section.endAddress | hex32 }} {{ section.totalLength }}b

Static Libraries

Name Version
{{ library.name }} {{ library.version }}

Imports

{{ library.name }}

Version: {{ library.version }} / min version: {{ library.minVersion }}
Impl Ordinal Type Name Value Thunk
{{ import.implemented }} {{ import.ordinal | hex16 }} {{ import.type }} {{ import.name }} {{ import.valueAddress | hex32 }} {{ import.thunkAddress | hex32 }}