chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.memory / Module

Module

data class Module

Executable module information

Constructors

<init>

Executable module information

Module(name: String, uuid: String, baseAddress: String, size: Double)

Properties

baseAddress

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

val baseAddress: String

name

Name of the module.

val name: String

size

Size of the module in bytes.

val size: Double

uuid

UUID of the module.

val uuid: String