Public Member Functions

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

List of all members.

Public Member Functions

List< MemorySectiongetSections ()
String toString ()

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> com.google.security.zynamics.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 com.google.security.zynamics.binnavi.API.debug.MemoryMap.toString (  ) 

Returns a string representation of the memory map.

Returns:
A string representation of the memory map.