Package IDAscope :: Package idascope :: Package core :: Package structures :: Module ParameterContext :: Class ParameterContext
[hide private]
[frames] | no frames]

Class ParameterContext

source code

This class is an information container for parameters that are handed over during function calls.

Instance Methods [hide private]
 
__init__(self) source code
 
get_rendered_push_address(self)
Get the address of this parameter in hex string form.
source code
 
get_rendered_value(self)
Get the value of this parameter in hex string form.
source code
 
__str__(self)
Convenience function.
source code
Method Details [hide private]

get_rendered_push_address(self)

source code 

Get the address of this parameter in hex string form.

Returns:
the parameter address in hex string form or "unresolved" if it has not been assigned.

get_rendered_value(self)

source code 

Get the value of this parameter in hex string form.

Returns:
the value in hex string form or "unresolved" if it has not been assigned.

__str__(self)
(Informal representation operator)

source code 

Convenience function.

Returns:
a nice string representation for this object