Frida Docs Unified
    Preparing search index...

    Interface ModuleExportDetails

    interface ModuleExportDetails {
        address: NativePointer;
        name: string;
        type: ModuleExportType;
    }
    Index

    Properties

    Properties

    address: NativePointer

    Absolute address.

    name: string

    Exported symbol name.

    The kind of export.