Struct goblin::mach::imports::BindInterpreter [−][src]
An interpreter for mach BIND opcodes. Runs on prebound (non lazy) symbols (usually dylib extern consts and extern variables), and lazy symbols (usually dylib functions)
Implementations
impl<'a> BindInterpreter<'a>
[src]
pub fn new(bytes: &'a [u8], command: &DyldInfoCommand) -> Self
[src]
Construct a new import binding interpreter from bytes
and the load command
pub fn imports(
&self,
libs: &[&'a str],
segments: &[Segment<'_>],
ctx: Ctx
) -> Result<Vec<Import<'a>>>
[src]
&self,
libs: &[&'a str],
segments: &[Segment<'_>],
ctx: Ctx
) -> Result<Vec<Import<'a>>>
Return the imports in this binary
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for BindInterpreter<'a>
impl<'a> Send for BindInterpreter<'a>
impl<'a> Sync for BindInterpreter<'a>
impl<'a> Unpin for BindInterpreter<'a>
impl<'a> UnwindSafe for BindInterpreter<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,