struct Protocol::Memory::Module

Overview

Executable module information

Included Modules

Defined in:

protocol/memory.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

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.


[View source]
def name : String #

Name of the module.


[View source]
def size : Number::Primitive #

Size of the module in bytes.


[View source]
def uuid : String #

UUID of the module.


[View source]