Namespace AsmResolver.PE.Builder
Classes
- ManagedPEFileBuilder
Provides a mechanism for constructing PE files from images containing .NET metadata.
- MethodBodyTableBuffer
Provides a mechanism for building up a method body table that can be stored in a PE file.
- PEFileBuilder
Provides a base for a PE file builder.
- PEFileBuilderContext
Provides a working space for constructing a portable executable file.
- PEFileBuilder<TContext>
Provides a base for a PE file builder.
- TemplatedPEFileBuilder
Provides a mechanism for constructing PE files based on a template PE file.
- TemplatedPEFileBuilder.BuilderContext
Provides a workspace for TemplatedPEFileBuilder.
- TrampolineTableBuffer
Represents a buffer of code trampolines used to redirect functions stored in address tables such as import address tables and VTable fixups.
Interfaces
- IPEFileBuilder
Provides members for constructing a PE file from a PE image.