Class Rex::Exploitation::OpcodeDb::ImageModule::Import
In: lib/rex/exploitation/opcodedb.rb
Parent: Object

This class contains information about a module-associated import.

Methods

new  

Attributes

address  [R]  The address of the function pointer in the IAT.
name  [R]  The name of the imported function.
ordinal  [R]  The ordinal of the imported symbol.

Public Class methods

[Validate]