Frida Docs Unified
    Preparing search index...

    Dynamically generated language binding for any Objective-C block.

    Also supports implementing a block from scratch by passing in an implementation.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    implementation: AnyFunction

    Current implementation. You may replace it by assigning to this property.

    types?: string

    Signature, if available.

    Methods

    • Declares the signature of an externally defined block. This is needed when working with blocks without signature metadata, i.e. when block.types === undefined.

      Parameters

      Returns void