struct Protocol::Memory::Module
- Protocol::Memory::Module
- Struct
- Value
- Object
Overview
Executable module information
Included Modules
- JSON::Serializable
Defined in:
protocol/memory.crConstructors
Instance Method Summary
-
#base_address : String
Base address where the module is loaded into memory.
-
#name : String
Name of the module.
-
#size : Number::Primitive
Size of the module in bytes.
-
#uuid : String
UUID of the module.
Constructor Detail
Instance Method Detail
def base_address : String
#
Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string.