Enum PEMappingMode
- Namespace
- AsmResolver.PE.File
- Assembly
- AsmResolver.PE.File.dll
Provides members for describing whether a portable executable file is in its mapped or unmapped form.
public enum PEMappingMode
Fields
Mapped = 1
Indicates the portable executable is in its mapped form. Every offset in the portable executable refers to an absolute memory address.
Unmapped = 0
Indicates the portable executable is in its unmapped form. Every offset in the portable executable refers to a physical file offset as it would appear on disk.