frida_memory_alloc
Allocate memory in a target process for dynamic instrumentation, returning the address of allocated memory with specified protection flags.
Instructions
Allocate memory in the target process. Returns the address of allocated memory.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| size | Yes | Number of bytes to allocate | |
| protection | No | Memory protection (e.g., 'rwx', 'rw-') | rw- |