Class IMAGE_DATA_DIRECTORY
The IMAGE_DATA_DIRECTORY struct represents the data directory,
Inherited Members
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 SourceIMAGE_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 SourceSize
Table size in bytes.
Declaration
public uint Size { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
VirtualAddress
RVA of the table.
Declaration
public uint VirtualAddress { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |