Class: Rex::PeParsey::PeBase::RelocationEntry
- Inherits:
-
Object
- Object
- Rex::PeParsey::PeBase::RelocationEntry
- Defined in:
- lib/rex/peparsey/pebase.rb
Instance Attribute Summary collapse
-
#reltype ⇒ Object
Returns the value of attribute reltype.
-
#rva ⇒ Object
Returns the value of attribute rva.
Instance Method Summary collapse
-
#initialize(_rva, _type) ⇒ RelocationEntry
constructor
A new instance of RelocationEntry.
Constructor Details
#initialize(_rva, _type) ⇒ RelocationEntry
Returns a new instance of RelocationEntry.
694 695 696 697 |
# File 'lib/rex/peparsey/pebase.rb', line 694 def initialize(_rva, _type) self.rva = _rva self.reltype = _type end |
Instance Attribute Details
#reltype ⇒ Object
Returns the value of attribute reltype.
692 693 694 |
# File 'lib/rex/peparsey/pebase.rb', line 692 def reltype @reltype end |
#rva ⇒ Object
Returns the value of attribute rva.
692 693 694 |
# File 'lib/rex/peparsey/pebase.rb', line 692 def rva @rva end |