Frida Docs Unified
    Preparing search index...

    Interface ApiResolverMatch

    interface ApiResolverMatch {
        address: NativePointer;
        name: string;
        size?: number;
    }
    Index

    Properties

    Properties

    address: NativePointer

    Memory address that the given API is at.

    name: string

    Canonical name of the API that was found.

    size?: number

    Size in bytes, if applicable.