Object
# File lib/rex/peparsey/pebase.rb, line 725 def initialize(pe, path, lang, code, rva, size, file) self.pe = pe self.path = path self.lang = lang self.code = code self.rva = rva self.size = size self.file = file.to_s end
# File lib/rex/peparsey/pebase.rb, line 735 def data pe._isource.read(pe.rva_to_file_offset(rva), size) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.