Public Member Functions

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

List of all members.

Public Member Functions

Address getEnd ()
Address getStart ()
String toString ()

Detailed Description

Describes a single allocated memory section of the target process memory.


Member Function Documentation

Address com.google.security.zynamics.binnavi.API.debug.MemorySection.getEnd (  ) 

Returns the last offset of the memory section.

Returns:
The last offset of the memory section.
Address com.google.security.zynamics.binnavi.API.debug.MemorySection.getStart (  ) 

Returns the first offset of the memory section.

Returns:
The first offset of the memory section.
String com.google.security.zynamics.binnavi.API.debug.MemorySection.toString (  ) 

Returns a string representation of the memory section.

Returns:
A string representation of the memory section.