Namespace AsmResolver.Symbols.Pdb
Classes
- PdbImage
Represents a single Program Debug Database (PDB) image.
- PdbModule
Represents a single module stored in a PDB image.
- PdbReaderContext
Provides a context in which a PDB image reader exists in. This includes the PDB image as well as reader parameters.
- PdbReaderParameters
Provides parameters for configuring the reading process of a PDB image.
- PdbSourceFile
Represents a single source file that was used to compile a module or compiland in a binary.
- SerializedPdbImage
Provides an implementation for a PDB image that is read from an input MSF file.
- SerializedPdbModule
Provides an implementation for a PDB module that is read from an input PDB image.
Interfaces
- ICodeViewSymbolProvider
Describes an object that defines a list of symbols.