Public Member Functions

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

List of all members.

Public Member Functions

String getName ()
BigInteger getValue ()
boolean isProgramCounter ()
boolean isStackPointer ()
String toString ()

Detailed Description

Represents a single register of a thread of the target process.


Member Function Documentation

String com.google.security.zynamics.binnavi.API.debug.Register.getName (  ) 

Returns the name of the register.

Returns:
The name of the register.
BigInteger com.google.security.zynamics.binnavi.API.debug.Register.getValue (  ) 

Returns the value of the register.

Returns:
The value of the register.
boolean com.google.security.zynamics.binnavi.API.debug.Register.isProgramCounter (  ) 

Tells whether the register is the program counter / instruction pointer register of the target thread.

Returns:
True, if the register is the program counter. False, otherwise.
boolean com.google.security.zynamics.binnavi.API.debug.Register.isStackPointer (  ) 

Tells whether the register is the stack pointer register of the target thread.

Returns:
True, if the register is the stack pointer. False, otherwise.
String com.google.security.zynamics.binnavi.API.debug.Register.toString (  ) 

Returns a string representation of the register.

Returns:
A string representation of the register.