frida_enumerate_sections
List sections of a specified module in a process, including name, base address, size, and memory protection.
Instructions
Enumerate sections (name, base, size, protection) of a module.
target: process name or pid (string).
module_name: module to query (e.g. 'CoreAudio', 'libsystem_c.dylib').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| module_name | Yes |