Class ImageNtHeaders
The NT header is the main header for modern Windows applications. It contains the file header and the optional header.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageNtHeaders : AbstractStructure
Constructors
| Improve this Doc View SourceImageNtHeaders(IRawFile, Int64)
Create a new ImageNtHeaders object.
Declaration
public ImageNtHeaders(IRawFile peFile, long offset)
Parameters
Type | Name | Description |
---|---|---|
IRawFile | peFile | A PE file . |
System.Int64 | offset | Raw offset of the NT header. |
Fields
| Improve this Doc View SourceFileHeader
Access to the File header.
Declaration
public readonly ImageFileHeader FileHeader
Field Value
Type | Description |
---|---|
ImageFileHeader |
OptionalHeader
Access to the Optional header.
Declaration
public readonly ImageOptionalHeader OptionalHeader
Field Value
Type | Description |
---|---|
ImageOptionalHeader |
Properties
| Improve this Doc View SourceSignature
NT header signature.
Declaration
public uint Signature { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |