Struct frida_gum::ModuleMap[][src]

pub struct ModuleMap { /* fields omitted */ }

Implementations

Create a new ModuleMap

Create a new ModuleMap with a filter function

Create a new ModuleMap from a list of names

Find the given address in the ModuleMap

Get an array of the ModuleDetails which make up this ModuleMap

Update the ModuleMap. This function must be called before using find.

Trait Implementations

Returns the “default value” for a type. Read more

Executes the destructor for this type. Read more

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.