Frida Docs Unified
    Preparing search index...

    Namespace Cloak

    Keeps you from seeing yourself during process introspection.

    Introspection APIs such as Process.enumerateThreads() ensure that cloaked resources are skipped, and things appear as if you were not inside the process being instrumented.

    Any resources created by Frida's runtime will be cloaked automatically. This means you typically only need to manage cloaked resources if you use an OS-specific API to create a given resource.

    Functions

    addFileDescriptor
    addRange
    addThread
    clipRange
    hasCurrentThread
    hasFileDescriptor
    hasRangeContaining
    hasThread
    removeFileDescriptor
    removeRange
    removeThread