Struct frida_gum::DebugSymbol
source · pub struct DebugSymbol {}
Implementations§
source§impl DebugSymbol
impl DebugSymbol
sourcepub fn from_address<N: AsRef<NativePointer>>(address: N) -> Option<Symbol>
pub fn from_address<N: AsRef<NativePointer>>(address: N) -> Option<Symbol>
Get debug symbol details for address
pub fn find_function<S: AsRef<str>>(name: S) -> Option<NativePointer>
pub fn from_name<S: AsRef<str>>(name: S) -> Option<Symbol>
Auto Trait Implementations§
impl Freeze for DebugSymbol
impl RefUnwindSafe for DebugSymbol
impl Send for DebugSymbol
impl Sync for DebugSymbol
impl Unpin for DebugSymbol
impl UnwindSafe for DebugSymbol
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more