Table of Contents

Enum SectionMapAttributes

Namespace
AsmResolver.Symbols.Pdb.Metadata.Dbi
Assembly
AsmResolver.Symbols.Pdb.dll

Provides members describing all possible attributes that can be assigned to a single section map entry.

public enum SectionMapAttributes : ushort

Fields

AddressIs32Bit = 8

Indicates the descriptor describes a 32-bit linear address.

Execute = 4

Indicates the segment is executable.

IsAbsoluteAddress = 512

Indicates the frame represents an absolute address.

IsGroup = 1024

Indicates the descriptor represents a group.

IsSelector = 256

Indicates the frame represents a selector.

Read = 1

Indicates the segment is readable.

Write = 2

Indicates the segment is writable.