Struct goblin::pe::import::ImportData [] [src]

pub struct ImportData {
    pub import_data: Vec<SyntheticImportDirectoryEntry>,
}

Contains a list of synthesized import data for this binary, e.g., which symbols from which libraries it is importing from

Fields

Methods

impl ImportData
[src]

Trait Implementations

impl Debug for ImportData
[src]

Formats the value using the given formatter.