pub struct Content {
pub machine: Machine,
pub entry_points: Vec<Pointer>,
pub segments: Vec<Region>,
pub symbolic: Vec<Pointer>,
}Expand description
Binary file meta information. Starting point for disassembler routines.
Fields
machine: MachineCPU ISA
entry_points: Vec<Pointer>Public functions
segments: Vec<Region>Regions
symbolic: Vec<Pointer>Imported functions
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Content
impl Send for Content
impl Sync for Content
impl Unpin for Content
impl UnwindSafe for Content
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more