Module

@Serializable
data class Module(val name: String, val uuid: String, val baseAddress: String, val size: Double)

Executable module information

Constructors

Link copied to clipboard
constructor(name: String, uuid: String, baseAddress: String, size: Double)

Properties

Link copied to clipboard

Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string.

Link copied to clipboard

Name of the module.

Link copied to clipboard

Size of the module in bytes.

Link copied to clipboard

UUID of the module.