Address64

Represents a 64-bit address in a PE file.

Constructors

Link copied to clipboard
constructor(value: Long)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

A serializer for Address64.

Properties

Link copied to clipboard
val value: Long

the long value representing the address

Functions

Link copied to clipboard
open operator override fun compareTo(other: Address64): Int
Link copied to clipboard
open override fun toString(): String

Convert to string in hex format, e.g. "0x123456789abcdef0"