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.
- TrampolineTableBuffer
Represents a buffer of code trampolines used to redirect functions stored in address tables such as import address tables and VTable fixups.
- UnmanagedPEFileBuilder
Provides a mechanism for constructing PE files containing unmanaged code or metadata, based on a template PE file.
- UnmanagedPEFileBuilder.BuilderContext
Provides a workspace for UnmanagedPEFileBuilder.
Interfaces
- IPEFileBuilder
Provides members for constructing a PE file from a PE image.