Skip to content
dsh.fish
Bundle

dsh-reverse-engineering

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

Source
satan9394
stars
1 stars
License
MIT
Updated
Updated 21 days ago

Readme

# dsh-reverse-engineering

DSH(DeepSeek Harness)技能插件:**逆向工程**。

二进制分析(反汇编/反编译/控制流模式识别)、内存取证、协议逆向、反逆向对抗理解。受 [wshobson/agents](https://github.com/wshobson/agents)(38k★ MIT)启发的中文原创精简版。

## 安装

```bash
dsh plugin add dsh-reverse-engineering
```

## 触发方式

描述中包含"逆向 / 反汇编 / Ghidra / IDA / 恶意软件分析 / 内存取证 / 协议逆向 / 脱壳"等关键词时自动触发。

## 能力

- 控制流模式识别(分支/循环/switch/vtable)
- 内存镜像取证流程
- 协议字段语义验证方法
- 反逆向对抗与合规边界

## 许可

MIT

Install

dsh plugin --profile web add github:satan9394/dsh-reverse-engineering

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source