MCP Directory
Back

algokiller-plugin

by icloudza · Python · ★ 72

ARM64 trace evidence analysis & cipher algorithm recovery — Claude Desktop plugin with skills + local MCP server driving the native ak_search engine over GB-scale trace files

#arm64#binary-analysis#claude-code#claude-desktop#cryptanalysis#frida#gumtrace#mcp#reverse-engineering#trace-analysis

Install

pip install git+https://github.com/icloudza/algokiller-plugin.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "algokiller-plugin": {
      "command": "uvx",
      "args": [
        "git+https://github.com/icloudza/algokiller-plugin.git"
      ]
    }
  }
}

From the README

**语言**:**中文** | [English](README.en.md) 面向 ARM64 trace 证据分析与算法/密文还原的 **Claude 插件**(同时兼容 Claude Code CLI 与 Claude Desktop App)。把 AlgoKiller 方法论打包为 skill,配本地 MCP server 驱动 native 引擎(14 个 subcommand,专攻 GB 级 trace)。 > **方法论 + ak_search 引擎原作**:[AlgoKiller](https://github.com/lidongyooo/AlgoKiller) by [@lidongyooo](https://github.com/lidongyooo) > 上游贡献 / / 三个核心子命令(mmap + BMH + 行号索引 + tab 协议 daemon)以及原始方法论 harness。 > 本仓库在此之上额外扩展了 11 个 native 子命令( / / / / / / / / / / ,详见 [tools/search/README.md](tools/search/README.md))并把整套打包为 Claude 插件(Claude Code / Desktop 都能加载)。原始代码版权归上游作者;plugin 自身的…
Read full README on GitHub →

Related filesystem servers