by ZSA233 · MCP Server · ★ 134
Frida-Analykit 🌍 语言: 中文 | English v2 是一个双产物 monorepo:Python CLI 负责编排 Frida 环境、构建、注入、REPL、MCP 和数据落盘;npm runtime 负责给自定义 TypeScript Frida agent 提供按需导入的运行时能力。 项目定位 是主 CLI,覆盖环境管理、工作区生成、 安装/启动、attach/spawn、REPL 和真机辅助检查。 是 stdio MCP server,可以把 Frida 调试链路交给 MCP client 或大模型工具流。 是 agent runtime 包,提供 RPC、helper、process、JNI、ELF、SSL、Dex 和 native binding 等能力。 当前支持范围是 ;实际设备和版本兼容性以 的检查结果为准。 快速开始 安装 CLI,得到 和 。 创建并进入一个固定 Frida 版本的虚拟环境。 确认 Android 设备已连接。 生成 TypeScript agent 工作区并安装依赖。 按生成工作区里的 修改 ,然后先做环境检查。 如果 提示远端 安装或版本问题,先修复并启动设备端 server。 sh frida-analykit doctor fix --config ./config.toml frida-analykit...
| Stars | 134 |
| Forks | 37 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 63.4127947467029/100 |
| Last Updated | 2026-05-16 |
| Created | 2025-04-10 |
| Platforms | mcp, python |
| Est. Tokens | ~82k |
Explore other popular mcp server tools:
frida-analykit is Frida 工具包 - 主要面向安卓端逆向,解决frida环境版本管理和对Agent端常用底层工具方法封装,支持MCP。(目前主要由AI开发维护代码). It is categorized as a MCP Server with 134 GitHub stars.
frida-analykit is primarily written in Python. It covers topics such as android, dex, dynamic-analysis.
You can find installation instructions and usage details in the frida-analykit GitHub repository at github.com/ZSA233/frida-analykit. The project has 134 stars and 37 forks, indicating an active community.
frida-analykit is released under the MIT license, making it free to use and modify according to the license terms.