Class: PEdump::Packer::Guess
Instance Attribute Summary
Attributes inherited from Match
Instance Method Summary collapse
-
#initialize(name) ⇒ Guess
constructor
A new instance of Guess.
Methods inherited from Match
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 |