Frida Docs Unified
    Preparing search index...
    • Attaches the caller thread to Il2Cpp domain and executes the given block.

      Type Parameters

      • T

      Parameters

      • block: () => T | Promise<T>
      • Optionalflag: "free" | "bind" | "leak" | "main"

      Returns Promise<T>