get_imports
Retrieve imported functions for a specified module, including DLL name, function name, ordinal, and IAT address. Optional filters allow narrowing by DLL or function name substring.
Instructions
List all imported functions for a specific module. Shows DLL name, function name, ordinal, and IAT address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| module | No | Module name (default: main executable) | |
| dllFilter | No | Filter by importing DLL name substring | |
| functionFilter | No | Filter by function name substring |