Object
This class contains information about a module-associated import.
The address of the function pointer in the IAT.
The name of the imported function.
The ordinal of the imported symbol.
# 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
[Validate]
Generated with the Darkfish Rdoc Generator 2.