dsh plugins中文
← Back to popular plugin directory

Agent reverse engineering tool

unknowbug/RE-Framework · skills

Modular engineering methodology framework for AI agents — reverse engineering & software development (core + re-binary / re-code / swe modules).

★ 7GitHub stars
2Forks
2026-08-15Last updated
PythonLanguage
License

Project overview

也可手动复制 skills/ 下需要的模块到项目 .reasonix/skills/(无版本追踪,不推荐)。 方式D:DSH(DeepSeek Harness)宿主(v2.1 起)

给出任务,AGENTS.md 探测器自动路由到匹配模块(dll → re-binary;jar → re-code;写代码 → swe),走 Phase 0 架构设计后推进。 模块化用法(核心特性) 只使用需要的模块:框架是接口不是内容仓库——不装 re-binary,二进制逆向流程完全不加载;不装 swe,Anchorlaw 也不被强依赖。

Install command

dsh plugin --profile web add github:unknowbug/RE-Framework
View GitHub repository ↗Back to popular plugin directory