Frida Docs Unified
    Preparing search index...

    User-defined data that can be accessed from method implementations.

    interface ProxyData {
        events: {};
        target: default.Object;
        [name: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [name: string]: any
    Index

    Properties

    Properties

    events: {}

    Used by the implementation.

    target: default.Object

    This proxy's target object.