Trees | Indices | Help |
---|
|
Operand --+ | DerefOper --+ | Amd64RipRelOper
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Get the current value for the operand. If needed, use the given emulator/workspace/trace to resolve things like memory and registers. NOTE: This API may be passed a None emu and should return what it can (or None if it can't be resolved)
|
Set the current value for the operand. If needed, use the given emulator/workspace/trace to assign things like memory and registers.
|
If the operand is a "dereference" operand, this method should use the specified op/emu to resolve the address of the dereference. NOTE: This API may be passed a None emu and should return what it can (or None if it can't be resolved)
|
If the given operand will dereference memory, this method must return True.
|
Used by the opcode class when rendering to a memory canvas.
|
Used by the Opcode class to get a humon readable string for this operand.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 16 18:22:11 2012 | http://epydoc.sourceforge.net |