Table of Contents

Namespace AsmResolver.PE.Debug

Classes

CodeViewDataSegment

Represents a debug data stream using the CodeView format

CustomDebugDataSegment

Represents a debug data stream with a custom or unsupported format, wrapping an instance of ISegment into a IDebugDataSegment.

DebugDataEntry

Represents a single entry in the debug data directory.

DefaultDebugDataReader

Provides a default implementation of the IDebugDataReader interface.

EmptyDebugDataSegment

Represents the contents of an empty debug data entry.

RsdsDataSegment

Represents the CodeView data in RSDS format

SerializedDebugDataEntry

Provides an implementation of a debug data entry that was stored in a PE file.

Interfaces

IDebugDataReader

Provides members for reading a stream stored in the debug data directory of a PE image.

IDebugDataSegment

Represents a segment referenced by an entry in a debug data directory.

Enums

CodeViewSignature

Enum of the different CodeView Signatures

DebugDataType

Provides members defining all possible debug type data that is stored in a debug directory entry.