Table of Contents

Enum FrameCookieType

Namespace
AsmResolver.Symbols.Pdb.Records
Assembly
AsmResolver.Symbols.Pdb.dll

Provides members defining all possible stack frame cookie types.

public enum FrameCookieType : byte

Fields

Copy = 0

Indicates the cookie is stored as a simple plain copy.

XorBP = 2

Indicates the cookie is stored after XOR'ing it with the base pointer.

XorR13 = 3

Indicates the cookie is stored after XOR'ing it with R13.

XorSP = 1

Indicates the cookie is stored after XOR'ing it with the stack pointer.