frida_enumerate_modules
Enumerate all loaded modules in a running process to obtain their names, base addresses, sizes, and file paths.
Instructions
List all loaded modules in a target process.
Returns name, base address, size, and file path for each module.
target: process name or pid (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |