Method: Rex::PeParsey::PeBase#file_offset_to_vma
- Defined in:
- lib/rex/peparsey/pebase.rb
#file_offset_to_vma(foffset) ⇒ Object
1220 1221 1222 |
# File 'lib/rex/peparsey/pebase.rb', line 1220 def file_offset_to_vma(foffset) return rva_to_vma(file_offset_to_rva(foffset)) end |