Class ImageNtHeaders
The NT header is the main header for modern Windows applications. It contains the file header and the optional header.
Inherited Members
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageNtHeaders : AbstractStructure
Constructors
| Edit this page View SourceImageNtHeaders(IRawFile, long)
Create a new ImageNtHeaders object.
Declaration
public ImageNtHeaders(IRawFile peFile, long offset)
Parameters
| Type | Name | Description |
|---|---|---|
| IRawFile | peFile | A PE file . |
| long | offset | Raw offset of the NT header. |
Fields
| Edit this page 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
| Edit this page View SourceSignature
NT header signature.
Declaration
public uint Signature { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |