Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.memory
/
Module
Module
data class
Module
(name:
String
, uuid:
String
, baseAddress:
String
, size:
Double
)
Content copied to clipboard
Executable module information
Constructors
Properties
Sources
Constructors
Module
Link copied to clipboard
fun
Module
(name:
String
, uuid:
String
, baseAddress:
String
, size:
Double
)
Content copied to clipboard
Properties
baseAddress
Link copied to clipboard
val
baseAddress
:
String
Content copied to clipboard
Base address where the module is loaded into memory.
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
Name of the module.
size
Link copied to clipboard
val
size
:
Double
Content copied to clipboard
Size of the module in bytes.
uuid
Link copied to clipboard
val
uuid
:
String
Content copied to clipboard
UUID of the module.
Sources
jvm source
Link copied to clipboard