Public Member Functions

BinNavi.API.debug.MemorySection Class Reference

Single allocated section of the target memory. More...

List of all members.

Public Member Functions

Address getEnd ()
 Last offset of the section.
Address getStart ()
 First offset of the section.
String toString ()
 Printable representation of the memory section.

Detailed Description

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


Member Function Documentation

Address BinNavi.API.debug.MemorySection.getEnd (  ) 

Returns the last offset of the memory section.

Returns:
The last offset of the memory section.
Address BinNavi.API.debug.MemorySection.getStart (  ) 

Returns the first offset of the memory section.

Returns:
The first offset of the memory section.
String BinNavi.API.debug.MemorySection.toString (  ) 

Returns a string representation of the memory section.

Returns:
A string representation of the memory section.