Table of Contents

Class PEFileBuilder

Namespace
AsmResolver.PE.Builder
Assembly
AsmResolver.PE.dll

Provides a base for a PE file builder.

public abstract class PEFileBuilder : PEFileBuilder<PEFileBuilderContext>, IPEFileBuilder
Inheritance
PEFileBuilder
Implements
Derived
Inherited Members

Methods

CreateContext(PEImage)

Creates a new context for temporary storage of intermediate values during the construction of a PE image.

protected override PEFileBuilderContext CreateContext(PEImage image)

Parameters

image PEImage

The image to build.

Returns

PEFileBuilderContext

The context.