frida_enumerate_malloc_ranges
List malloc heap ranges on a target process, filtered by memory protection (default rw-).
Instructions
Enumerate malloc heap ranges filtered by memory protection.
target: process name or pid (string).
filter: protection string filter (default 'rw-'). Frida returns
ranges whose protection is a superset of the specified value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| filter | No | rw- |