frida_memory_alloc
Allocate memory in a target process by specifying process name or PID and size (capped at 10MB). Returns the address of the allocated region.
Instructions
Allocate memory inside a target process via Memory.alloc.
target: process name or pid (string).
size: bytes to allocate (capped at 10MB).
Returns the address of the allocated region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| size | Yes |