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.
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.