Class: PEdump::Loader::Minidump::MemoryRange
- Defined in:
- lib/pedump/loader/minidump.rb
Instance Attribute Summary collapse
-
#file_offset ⇒ Object
Returns the value of attribute file_offset.
-
#size ⇒ Object
Returns the value of attribute size.
-
#va ⇒ Object
Returns the value of attribute va.
Instance Attribute Details
#file_offset ⇒ Object
Returns the value of attribute file_offset
195 196 197 |
# File 'lib/pedump/loader/minidump.rb', line 195 def file_offset @file_offset end |
#size ⇒ Object
Returns the value of attribute size
195 196 197 |
# File 'lib/pedump/loader/minidump.rb', line 195 def size @size end |
#va ⇒ Object
Returns the value of attribute va
195 196 197 |
# File 'lib/pedump/loader/minidump.rb', line 195 def va @va end |