Public Member Functions

com.google.security.zynamics.binnavi.API.debug.MemoryModule Class Reference

Inherits com::google::security::zynamics::binnavi::APIHelpers::ApiObject< CMemoryModule >.

List of all members.

Public Member Functions

Address getBaseAddress ()
String getName ()
long getSize ()

Detailed Description

Represents a module that is loaded into the memory of the target process. This module can be either the target module itself or dynamically loaded libraries that were loaded into the address space of the target process.


Member Function Documentation

Address com.google.security.zynamics.binnavi.API.debug.MemoryModule.getBaseAddress (  ) 

Returns the base address of the module.

Returns:
The base address of the module.
String com.google.security.zynamics.binnavi.API.debug.MemoryModule.getName (  ) 

Returns the name of the module.

Returns:
The name of the module.
long com.google.security.zynamics.binnavi.API.debug.MemoryModule.getSize (  ) 

Returns the size of the module in bytes.

Returns:
The size of the module in bytes.