frida_process_info
Retrieve detailed metadata for a process by name or pid, including architecture, platform, memory details, and debugger state.
Instructions
Get detailed Process metadata: pid, arch, platform, page/pointer sizes, code signing policy, mainModule, dirs, debugger state, current thread id.
target: process name or pid (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |