Object
This class contains information about a module-associated export.
The address of the exported function.
The name of the exported function.
The ordinal of the exported symbol.
# File lib/rex/exploitation/opcodedb.rb, line 163 def initialize(hash) @name = hash['name'] @address = hash['address'].to_i @ordinal = hash['ordinal'].to_i end
[Validate]
Generated with the Darkfish Rdoc Generator 2.