来自 Innora-Sentinel 的原生AI逆向引擎
零API成本 · 完全数据隐私 · GPU加速 · 迭代分析
English · 中文 · 日本語 · 한국어 · Tiếng Việt · Español · Français · Deutsch · Português
传统逆向工具(IDA Pro、Ghidra、radare2、Binary Ninja)需要对每个函数进行手动分析 — 阅读汇编、推断逻辑、命名变量、检测漏洞。对于包含500+函数的二进制文件,这需要专家数天到数周的时间。
sentinel-reverse 通过AI自动化实现:
- AI驱动的反编译 — 基于LLM的多轮迭代精化
- GPU加速嵌入 — MPS Metal GPU进行函数相似性检测
- 零成本推理 — 本地MLX模型,无需API调用
- 100%本地 — 数据不会离开你的机器
- 断点恢复 — 随时中断,
--resume继续
# 安装 radare2
brew install radare2
# 安装 sentinel-reverse
pip install sentinel-reverse
# 标准分析
sentinel-reverse /path/to/binary
# 穷尽模式 — 最大GPU利用率
sentinel-reverse /path/to/binary -m exhaustive
# 安全审计 — 聚焦漏洞和加密
sentinel-reverse /path/to/binary -m security| 模式 | 轮数 | 置信度阈值 | 适用场景 |
|---|---|---|---|
quick |
2 | 0.70 | 快速分类,CTF比赛 |
standard |
5 | 0.80 | 通用逆向工程 |
exhaustive |
15 | 0.92 | 深度恶意软件分析 |
security |
8 | 0.85 | 漏洞研究,加密审计 |
sentinel-reverse 是 Innora-Sentinel 企业级安全分析平台的AI逆向引擎的开源提取版本。
MIT License — 商业和非商业用途均免费。
| 渠道 | 联系方式 |
|---|---|
| 官网 | innora.ai |
| 安全 | security@innora.ai |
| 销售 | sales@innora.ai |
| 支持 | support@innora.ai |
| 合作 | partnerships@innora.ai |
由 Innora AI 倾心打造