Class: Rex::ElfScan::Search::DumpOffset

Inherits:
DumpRVA
  • Object
show all
Defined in:
lib/rex/elfscan/search.rb

Instance Attribute Summary

Attributes inherited from DumpRVA

#elf

Instance Method Summary collapse

Methods inherited from DumpRVA

#initialize, #scan

Constructor Details

This class inherits a constructor from Rex::ElfScan::Search::DumpRVA

Instance Method Details

#config(param) ⇒ Object



37
38
39
40
41
42
# File 'lib/rex/elfscan/search.rb', line 37

def config(param)
	begin
		@address = elf.offset_to_rva(param['args'])
	rescue Rex::ElfParsey::BoundsError
	end
end