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

This class contains information about a module-associated export.

Methods

new  

Attributes

address  [R]  The address of the exported function.
name  [R]  The name of the exported function.
ordinal  [R]  The ordinal of the exported symbol.

Public Class methods

[Validate]