Table of Contents

Enum AddressFixupType

Namespace
AsmResolver.PE.Code
Assembly
AsmResolver.PE.dll

Defines all possible address fixup types that can be applied in an ISegment.

public enum AddressFixupType

Fields

Absolute32BitAddress = 0

Indicates the fixup writes a 32-bit absolute address at the provided offset.

Absolute64BitAddress = 1

Indicates the fixup writes a 64-bit absolute address at the provided offset.

Relative32BitAddress = 2

Indicates the fixup writes a 32-bit address relative to the instruction pointer at the provided offset.