Skip to content

list_resources

List all embedded resources in an assembly. This tool reads the ManifestResource metadata table directly using dnfile — no ilspycmd required. Results include the resource name and visibility (public or private).

ParameterTypeRequiredDefaultDescription
assembly_pathstringYesFull path to the .NET assembly (.dll or .exe)
{
"tool": "list_resources",
"arguments": {
"assembly_path": "/path/to/MyApp.dll"
}
}

A sorted list of embedded resources, each showing the resource name and its visibility. Results support pagination via max_results and offset parameters.