> ## Documentation Index
> Fetch the complete documentation index at: https://deobf.blueworld.cyou/llms.txt
> Use this file to discover all available pages before exploring further.

# binary-analysis-patterns

> 二进制分析模式 — 反汇编、反编译、控制流分析

# binary-analysis-patterns

<Info>
  **来源**: [wshobson/agents](https://github.com/wshobson/agents)  ·  **安装量**: 7.7K  ·  **优先级**: P3
</Info>

二进制分析模式识别 Skill，涵盖反汇编、反编译、控制流分析和代码补丁。

## 核心能力

* 汇编模式识别（函数序言/尾、跳转表等）
* 控制流分析
* 代码修补技术
* 数据流追踪

## 适用场景

* 快速识别二进制结构
* 定位关键函数和算法
* 二进制 patch 生成
