Class: PEdump::Packer::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/pedump/packer.rb

Direct Known Subclasses

Guess

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



9
10
11
# File 'lib/pedump/packer.rb', line 9

def offset
  @offset
end

#packerObject

Returns the value of attribute packer

Returns:

  • (Object)

    the current value of packer



9
10
11
# File 'lib/pedump/packer.rb', line 9

def packer
  @packer
end

Instance Method Details

#nameObject



10
11
12
# File 'lib/pedump/packer.rb', line 10

def name
  packer.name
end