Frida Docs Unified
    Preparing search index...

    Interface EnumerateLoadedClassesCallbacks

    interface EnumerateLoadedClassesCallbacks {
        onComplete: () => void;
        onMatch: (name: string, owner: string) => void;
    }
    Index

    Properties

    Properties

    onComplete: () => void
    onMatch: (name: string, owner: string) => void