# File lib/rex/exploitation/opcodedb.rb, line 137 def initialize(hash) @name = hash['name'] @address = hash['address'].to_i @ordinal = hash['ordinal'].to_i end