Public Member Functions

BinNavi.API.debug.MemoryModule Class Reference

Module inside a debugged target process. More...

Inherits BinNavi::APIHelpers::ApiObject< CMemoryModule >.

List of all members.

Public Member Functions

Address getBaseAddress ()
 Base address of the module.
String getName ()
 Name of the module.
long getSize ()
 Size of the module.

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 BinNavi.API.debug.MemoryModule.getBaseAddress (  ) 

Returns the base address of the module.

Returns:
The base address of the module.
String BinNavi.API.debug.MemoryModule.getName (  ) 

Returns the name of the module.

Returns:
The name of the module.
long BinNavi.API.debug.MemoryModule.getSize (  ) 

Returns the size of the module in bytes.

Returns:
The size of the module in bytes.