Class: Rex::PeParsey::PeBase::OptionalHeader
- Inherits:
-
GenericHeader
- Object
- GenericStruct
- GenericHeader
- Rex::PeParsey::PeBase::OptionalHeader
- Defined in:
- lib/rex/peparsey/pebase.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from GenericStruct
Instance Method Summary collapse
Methods inherited from GenericStruct
#[], #initialize, #keys, #method_missing, #v
Constructor Details
This class inherits a constructor from Rex::PeParsey::PeBase::GenericStruct
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Rex::PeParsey::PeBase::GenericStruct
Instance Method Details
#FileAlignment ⇒ Object
534 535 536 |
# File 'lib/rex/peparsey/pebase.rb', line 534 def FileAlignment v['FileAlignment'] end |
#ImageBase ⇒ Object
531 532 533 |
# File 'lib/rex/peparsey/pebase.rb', line 531 def ImageBase v['ImageBase'] end |