pl.wendigo.chrome.api.memory / Module

Module

data class Module (source)

Executable module information

Link
Memory#Module type documentation.

Constructors

<init>

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

Executable module information

Properties

baseAddress

val baseAddress: String

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

name

val name: String

Name of the module.

size

val size: Double

Size of the module in bytes.

uuid

val uuid: String

UUID of the module.