Class: PEdump::Packer::Guess

Inherits:
Match show all
Defined in:
lib/pedump/packer.rb

Instance Attribute Summary

Attributes inherited from Match

#offset, #packer

Instance Method Summary collapse

Methods inherited from Match

#name

Constructor Details

#initialize(name) ⇒ Guess

Returns a new instance of Guess.



16
17
18
19
# File 'lib/pedump/packer.rb', line 16

def initialize name
  self.offset = 0
  self.packer = Packer.new(name, nil, nil, 0)
end