Struct disassemble::Module [] [src]

pub struct Module<I: Instruction> {
    pub functions: Vec<Function<I>>,
}

A shared library or other component of a target.

Fields

Functions defined within this module