> ## 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-lifting

> 二进制提升与 IR 分析 — 将机器码转换为 LLVM IR

# binary-lifting

<Info>
  **来源**: [gmh5225/awesome-llvm-security](https://github.com/gmh5225/awesome-llvm-security)  ·  **安装量**: 42  ·  **优先级**: P3
</Info>

二进制提升 Skill，将机器码转换为 LLVM IR 进行分析、反编译和重编译。

## 核心能力

* 机器码 → LLVM IR 提升
* 跨架构分析（x86/ARM/MIPS）
* IR 级语义分析
* 反编译辅助

## 适用场景

* 需要在 IR 层面分析二进制
* 跨架构代码对比
* 自动化分析流水线
