Object
# 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.