The built in dyld shared cache plugin offers a dedicated view for loading individual binaries from the shared cache:
https://docs.binary.ninja/guide/sharedcache.html#shared-cache-triage-dsctriage
But from the BN MCP's point of view it only has the ability to open the shared cache itself, but not load any of its embedded binaries. This limits the MCPs usefulness in BN, as images need to be loaded manually via the UI.
I don't know what it would take to expose this functionality to the MCP (if it would require exposing all plugins, or something custom for the dyld cache) but it would be nice if this became possible at some point, thanks! :)
The built in dyld shared cache plugin offers a dedicated view for loading individual binaries from the shared cache:
https://docs.binary.ninja/guide/sharedcache.html#shared-cache-triage-dsctriage
But from the BN MCP's point of view it only has the ability to open the shared cache itself, but not load any of its embedded binaries. This limits the MCPs usefulness in BN, as images need to be loaded manually via the UI.
I don't know what it would take to expose this functionality to the MCP (if it would require exposing all plugins, or something custom for the dyld cache) but it would be nice if this became possible at some point, thanks! :)