BytecodeApi.FileFormats.PE Namespace
Classes
Class | Description | |
---|---|---|
![]() |
ImageCoffHeader |
Represents the COFF header of a PE image file.
|
![]() |
ImageDataDirectory |
Represents a data directory of a PE image file.
|
![]() |
ImageDosHeader |
Represents the DOS header of a PE image file.
|
![]() |
ImageOptionalHeader |
Represents the base class for PE image optional headers. This is an abstract class.
|
![]() |
ImageOptionalHeader32 |
Represents the optional header of a PE image file for x86 assemblies.
|
![]() |
ImageOptionalHeader64 |
Represents the optional header of a PE image file for x64 assemblies.
|
![]() |
ImageSection |
Represents a section of a PE image file, containing the header and a Byte[] representing the contents of the section.
|
![]() |
ImageSectionHeader |
Represents a section header of a PE image file.
|
![]() |
PEImage |
Represents a PE (x86) or a PE+ (x64) image. This class parses binary files, typically EXE and DLL files.
|
![]() |
PEImageParseException |
The exception that is thrown when parsing of a PEImage fails.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
ImageCharacteristics |
Specifies the values for the Characteristics property of the COFF header of a PE image file.
|
![]() |
ImageDataDirectoryName |
Specifies the name of a data directory entry of a PE image file.
|
![]() |
ImageDllCharacteristics |
Specifies the values for the DllCharacteristics property of the optional header of a PE image file.
|
![]() |
ImageMachineType |
Specifies the values for the Machine property of the COFF header of a PE image file.
|
![]() |
ImageSectionFlags |
Specifies the values for the Characteristics property of a section header of a PE image file.
|
![]() |
ImageSubsystem |
Specifies the values for the Subsystem property of the optional header of a PE image file.
|