frida_cloak_thread
Hide a specific thread from in-process detection by using the Frida Cloak API, targeting a process by name or PID and specifying the thread ID or defaulting to the current thread.
Instructions
Hide a thread from in-process detection using Frida Cloak API.
target: process name or pid (string).
thread_id: OS thread id to hide. If None, hides the current thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| thread_id | No |