[][src]Module frida_rs::module

Frida functions for module-level functionality.

The functions in this module correspond to the JavaScript functions grouped under https://frida.re/docs/javascript-api/#module.

Structs

ExportDetails
ImportDetails
Module
SymbolDetails
SymbolSectionDetails

Functions

get_base_address

Get the base address of the module named name.

get_export

Get the absolute address of the export named export_name.