Frida Docs Unified
    Preparing search index...

    Interface ModuleImportDetails

    interface ModuleImportDetails {
        address?: NativePointer;
        module?: string;
        name: string;
        slot?: NativePointer;
        type?: ModuleImportType;
    }
    Index

    Properties

    address?: NativePointer

    Absolute address, if available.

    module?: string

    Module name, if available.

    name: string

    Imported symbol name.

    Memory location where the import is stored, if available.

    The kind of import, if available.