frida_cloak_fd
Cloak a file descriptor in a target process to hide it from detection, by specifying the process name or PID and the FD number.
Instructions
Hide a file descriptor from detection using Frida Cloak API.
target: process name or pid (string).
fd: file descriptor number to cloak.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| fd | Yes |