-
public final class ModuleExecutable module information
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Doublecomponent4()final Modulecopy(String name, String uuid, String baseAddress, Double size)final StringgetName()Name of the module. final StringgetUuid()UUID of the module. final StringgetBaseAddress()Base address where the module is loaded into memory. final DoublegetSize()Size of the module in bytes. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final Double component4()
-
getBaseAddress
final String getBaseAddress()
Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string.
-
-
-
-