Public Member Functions

BinNavi.API.debug.MemoryMap Class Reference

Describes the layout of the target process memory. More...

List of all members.

Public Member Functions

List< MemorySectiongetSections ()
 Returns the memory sections.
String toString ()
 Printable representation of the memory map.

Detailed Description

Gives information about the layout of the target process memory. The memory is made up from several allocated memory sections with gaps in between. Using the memory map it is possible to find out what parts of the target process memory contain data.


Member Function Documentation

List<MemorySection> BinNavi.API.debug.MemoryMap.getSections (  ) 

Returns a list of memory sections that describe the allocated memory data in the target memory process.

Returns:
A list of memory sections.
String BinNavi.API.debug.MemoryMap.toString (  ) 

Returns a string representation of the memory map.

Returns:
A string representation of the memory map.