radare2-mcp
radare2とAIアシスタントを統合するためのMCPサーバーです。標準入力/出力を介した通信モデルを使用し、バイナリ解析やファイルの探索・検査をシームレスに行うことができます。AIアシスタントとの直接的な統合により、ユーザーは効率的に作業を進めることができます。
GitHubスター
78
ユーザー評価
未評価
お気に入り
0
閲覧数
19
フォーク
15
イシュー
3
レビュー & 評価
まだレビューがありません
作者情報
632
フォロワー
76
リポジトリ
0
Gist
0
貢献数
関連するMCP
Multi-Process-MCP
0
This project was completed during my Operating Systems course. The concept of the project is take an input file that lists various commands that should be performed by the CLI and would execute if they are valid commands with valid arguments. The project adds a multi process feature by having multiple processes working on the input file and thus increasing the efficiency of the application. All the code was written using C.