listdlls_by_pid
Inspect loaded DLLs for a specific process by PID. Use it to diagnose dependencies, identify modules, and troubleshoot application behavior.
Instructions
List loaded DLLs for a specific process by PID.
Return Format
{"success": bool, "dlls": list[dict], "count": int}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID to inspect |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||