data class Module
Executable module information
<init> |
Executable module information Module(name: String, uuid: String, baseAddress: String, size: Double) |
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 |