list_tools
List all reverse engineering tools currently enabled and available through the MCP server configuration.
Instructions
List all available reverse engineering tools.
This function returns a list of all tools that are currently enabled in the configuration and available for use through the MCP server.
Returns: List[str]: List of available tool names.
Example: >>> list_tools() ['strings', 'hexdump', 'objdump', 'readelf', 'binwalk']
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |