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

pub struct Import {
    pub name: String,
    pub dll: String,
    pub ordinal: u16,
    pub offset: usize,
    pub rva: usize,
    pub size: usize,
}

A synthesized symbol import, the name is pre-indexed, and the binary offset is computed, as well as which dll it belongs to

Fields

Methods

impl Import
[src]

Trait Implementations

impl Debug for Import
[src]

Formats the value using the given formatter.