Module: Rex::Exploitation::OpcodeDb::OpcodeResult

Included in:
DbEntry
Defined in:
lib/rex/exploitation/opcodedb.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hashObject (readonly)

Returns the value of attribute hash.



17
18
19
# File 'lib/rex/exploitation/opcodedb.rb', line 17

def hash
  @hash
end

Instance Method Details

#initialize(hash) ⇒ Object



14
15
16
# File 'lib/rex/exploitation/opcodedb.rb', line 14

def initialize(hash)
  @hash = hash
end