frida_memory_access_monitor
Monitor memory read, write, and execute accesses on specified ranges in a target process. Capture access events by defining memory ranges and monitoring duration.
Instructions
Monitor memory accesses (read/write/execute) on specified ranges.
Uses MemoryAccessMonitor to capture access events.
target: process name or pid (string).
ranges: list of {base: "0x...", size: N} dicts defining regions.
duration_seconds: how long to monitor (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| ranges | Yes | ||
| duration_seconds | No |