ワンクリックで
r2mcp-basic
// Use the bundled r2mcp MCP server for binary analysis, disassembly, and reverse-engineering tasks.
// Use the bundled r2mcp MCP server for binary analysis, disassembly, and reverse-engineering tasks.
| name | r2mcp-basic |
| description | Use the bundled r2mcp MCP server for binary analysis, disassembly, and reverse-engineering tasks. |
Use the bundled r2mcp MCP tools when the user asks about binaries, executables, libraries, firmware, shellcode, functions, symbols, strings, control flow, or patching with radare2.
Preferred workflow:
Be explicit about uncertainty when analysis is partial or when the binary has not been fully analyzed yet.
When planning tasks or reviewing code is important to extend the reasoning of the unstaged changes, commits in the current non-master branch and todo roadmap of the ongoing work.
Clean and refactor code with a focus on unnecessary complexity, reducing lines of code, improving readability, and preferring radare2-native portable APIs.
Find bugs and vulnerabilities in C code for radare2
Find logic bugs in C code for radare2 by analyzing control flow, state transitions, and silent assumptions.
Solve a random TODO or XXX comment
Review source code in commit changes, functions or files and report only high-confidence findings in a structured task-note format.