Show / Hide Table of Contents

Class ImageNtHeaders

The NT header is the main header for modern Windows applications. It contains the file header and the optional header.

Inheritance
System.Object
AbstractStructure
ImageNtHeaders
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageNtHeaders : AbstractStructure

Constructors

| Improve this Doc View Source

ImageNtHeaders(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 Source

FileHeader

Access to the File header.

Declaration
public readonly ImageFileHeader FileHeader
Field Value
Type Description
ImageFileHeader
| Improve this Doc View Source

OptionalHeader

Access to the Optional header.

Declaration
public readonly ImageOptionalHeader OptionalHeader
Field Value
Type Description
ImageOptionalHeader

Properties

| Improve this Doc View Source

Signature

NT header signature.

Declaration
public uint Signature { get; set; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX