angr.mcp.errors¶
- exception angr.mcp.errors.ProjectNotFoundError¶
Bases:
MCPAngrErrorRaised when a project ID is not found.
- exception angr.mcp.errors.CFGNotBuiltError¶
Bases:
MCPAngrErrorRaised when CFG is required but not built.
- exception angr.mcp.errors.FunctionNotFoundError¶
Bases:
MCPAngrErrorRaised when a function cannot be found.
- exception angr.mcp.errors.DecompilationError¶
Bases:
MCPAngrErrorRaised when decompilation fails.