Method: Rex::PeParsey::PeBase#find_section_by_vma

Defined in:
lib/rex/peparsey/pebase.rb

#find_section_by_vma(vma) ⇒ Object

Find a section by a VMA



1257
1258
1259
# File 'lib/rex/peparsey/pebase.rb', line 1257

def find_section_by_vma(vma)
  return find_section_by_rva(vma_to_rva(vma))
end