frida_cloak_range
Hide a memory range in a target process by specifying base address and size, leveraging Frida's Cloak API to evade detection.
Instructions
Hide a memory range from detection using Frida Cloak API.
target: process name or pid (string).
address: base address (hex string).
size: range size in bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| address | Yes | ||
| size | Yes |