Struct frida_gum::ModuleDetails[][src]

pub struct ModuleDetails { /* fields omitted */ }

Implementations

Represents a loaded module

Get a new ModuleDetails instance for the module matching the given name. The name may be a full path, in which case the matching module must have the same full path, or a file name, in which case only the file name portion of the module must match.

Get a new ModuleDetails instance for the module containing the given address.

Get the name of this module

Get the path of this module

Get the range of this module

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.