Frida Docs Unified
    Preparing search index...

    Interface EnumerateMethodsMatchGroup

    Matching methods grouped by class loader.

    interface EnumerateMethodsMatchGroup {
        classes: [EnumerateMethodsMatchClass, ...EnumerateMethodsMatchClass[]];
        loader: Wrapper<{}>;
    }
    Index

    Properties

    Properties

    One or more matching classes that have one or more methods matching the given query.

    loader: Wrapper<{}>

    Class loader, or null for the bootstrap class loader.

    Typically passed to ClassFactory.get() to interact with classes of interest.