DataDirectoryItem

Represents a data directory item in a pe file.

the raw value is a long combining the virtual address (upper 32 bits) and the size (lower 32 bits).

Constructors

Link copied to clipboard
constructor(virtualAddress: Int, size: Int)

Secondary constructor that creates a data directory item from a virtual address and size.

constructor(value: Long)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
val size: Int

Retrieves the size part of the data directory item.

Link copied to clipboard

Retrieves the virtual address part of the data directory item.

Functions

Link copied to clipboard
open override fun toString(): String

Returns the string representation of the data directory item. if it is zero, returns "ZERO"; otherwise, returns a formatted string.