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.



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

def hash
  @hash
end

Instance Method Details

#initialize(hash) ⇒ Object



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

def initialize(hash)
	@hash = hash
end