Method: Rex::PeParsey::PeBase#read_rva
- Defined in:
- lib/rex/peparsey/pebase.rb
#read_rva(rva, length) ⇒ Object
Some convenient methods to read a vma/rva without having the section… (inefficent though I suppose…)
1275 1276 1277 |
# File 'lib/rex/peparsey/pebase.rb', line 1275 def read_rva(rva, length) return find_section_by_rva(rva).read_rva(rva, length) end |