Show / Hide Table of Contents

Struct IMAGE_DOS_HEADER

IMAGE_DOS_HEADER.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ERC.Structures
Assembly: ERC.Net.dll
Syntax
public struct IMAGE_DOS_HEADER

Fields

nt_head_ptr

A pointer to the IMAGE_NT_HEADER.

Declaration
public int nt_head_ptr
Field Value
Type Description
System.Int32
Back to top Generated by DocFX