Method: Rex::PeScan::Search::DumpOffset#config
- Defined in:
- lib/rex/pescan/search.rb
#config(param) ⇒ Object
59 60 61 62 63 64 |
# File 'lib/rex/pescan/search.rb', line 59 def config(param) begin @address = pe.file_offset_to_rva(param['args']) rescue Rex::PeParsey::BoundsError end end |