Parent

Methods

Class/Module Index [+]

Quicksearch

Rex::PeParsey::PeBase::RuntimeFunctionEntry

Attributes

begin_address[R]
end_address[R]
unwind_info[RW]
unwind_info_address[R]

Public Class Methods

new(pe, data) click to toggle source
# File lib/rex/peparsey/pebase.rb, line 1102
def initialize(pe, data)
        @pe = pe
        @begin_address, @end_address, @unwind_info_address = data.unpack("VVV");
        self.unwind_info = UnwindInfo.new(pe, unwind_info_address)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.