Parent

Methods

Class/Module Index [+]

Quicksearch

Rex::PeParsey::PeBase::ImportDescriptor

typedef struct _IMAGE_IMPORT_BY_NAME {

WORD    Hint;
BYTE    Name[1];

} IMAGE_IMPORT_BY_NAME, *PIMAGE_IMPORT_BY_NAME;

Attributes

entries[RW]
name[RW]

Public Class Methods

new(_name, _entries) click to toggle source
# File lib/rex/peparsey/pebase.rb, line 258
def initialize(_name, _entries)
        self.name    = _name
        self.entries = _entries
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.