| Class | Rex::Exploitation::OpcodeDb::ImageModule::Import |
| In: |
lib/rex/exploitation/opcodedb.rb
|
| Parent: | Object |
This class contains information about a module-associated import.
| 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. |