pwndbg_load_core

Load a core dump file for post-mortem analysis.

Server Pwndbg Lldb micro-evaluation-group/pwndbg-lldb-mcp
Category Read
Risk class Low
Parameters 00 required

What pwndbg_load_core does on Pwndbg Lldb

AI agents call pwndbg_load_core to retrieve information from Pwndbg Lldb without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why pwndbg_load_core needs a policy

Loading a core dump file is an inspection and data retrieval operation that examines a snapshot of process state at the time of a crash. While the server exposes pwndbg (an advanced debugger) used for binary analysis and exploit development, the specific act of loading a core dump file itself is a read operation—it accesses existing post-mortem data without side effects on the running system or the core file itself.

From the tool's definition Tool loads a core dump file for analysis without modifying or executing code. Core dump analysis is inherently a read-only forensic operation.

Questions about pwndbg_load_core

What does the pwndbg_load_core tool do? +

Load a core dump file for post-mortem analysis. It is categorised as a Read tool in the Pwndbg Lldb MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on pwndbg_load_core? +

Register the Pwndbg Lldb MCP server in PolicyLayer and add a rule for pwndbg_load_core: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Pwndbg Lldb. Nothing to install.

What risk level is pwndbg_load_core? +

pwndbg_load_core is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit pwndbg_load_core? +

Yes. Add a rate_limit block to the pwndbg_load_core rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block pwndbg_load_core completely? +

Set action: deny in the PolicyLayer policy for pwndbg_load_core. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides pwndbg_load_core? +

pwndbg_load_core is provided by the Pwndbg Lldb MCP server (micro-evaluation-group/pwndbg-lldb-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.