Class: Fisk::AbsoluteLocation

Inherits:
Rel32 show all
Defined in:
lib/fisk.rb

Instance Attribute Summary

Attributes inherited from ValueOperand

#value

Instance Method Summary collapse

Methods inherited from Rel32

#type

Methods inherited from ValueOperand

#initialize

Methods inherited from Operand

#op_value, #rex_value, #works?

Methods included from OperandPredicates

#extended_register?, #immediate?, #memory?, #register?, #rip?, #temp_register?, #unresolved?

Constructor Details

This class inherits a constructor from Fisk::ValueOperand

Instance Method Details

#absolute_location?Boolean

Returns:

  • (Boolean)


752
# File 'lib/fisk.rb', line 752

def absolute_location?;  true; end