Struct frida_gum::Module[][src]

pub struct Module;

Implementations

The absolute address of the export. In the event that no such export could be found, returns NULL.

The absolute address of the symbol. In the event that no such symbol could be found, returns NULL.

Returns the base address of the specified module. In the event that no such module could be found, returns NULL.

Enumerates memory ranges satisfying protection given.

Enumerates modules.

Enumerates exports in module.

Enumerates symbols in 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.