Show / Hide Table of Contents

Class IMAGE_DATA_DIRECTORY

The IMAGE_DATA_DIRECTORY struct represents the data directory,

Inheritance
System.Object
AbstractStructure
IMAGE_DATA_DIRECTORY
Inherited Members
AbstractStructure.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class IMAGE_DATA_DIRECTORY : AbstractStructure

Constructors

| Improve this Doc View Source

IMAGE_DATA_DIRECTORY(Byte[], UInt32)

Create a new IMAGE_DATA_DIRECTORY object.

Declaration
public IMAGE_DATA_DIRECTORY(byte[] buff, uint offset)
Parameters
Type Name Description
System.Byte[] buff

PE binary as byte array.

System.UInt32 offset

Raw offset to the data directory in the binary.

Properties

| Improve this Doc View Source

Size

Table size in bytes.

Declaration
public uint Size { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

VirtualAddress

RVA of the table.

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