> For the complete documentation index, see [llms.txt](https://firmianay.gitbook.io/ctf-all-in-one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://firmianay.gitbook.io/ctf-all-in-one/ba-xue-shu-pian/8.28_cross_arch_bug.md).

# 8.28 Cross-Architecture Bug Search in Binary Executables

[paper](https://christian-rossow.de/publications/crossarch-ieee2015.pdf) [video](https://www.youtube.com/watch?v=1LELf0Ml1-w)

## 简介

这篇文章提出了一个系统来导出已知漏洞的漏洞签名（bug signatures），然后可以利用这些签名来查找不同 CPU 架构（x86、ARM和MIPS）上的其他二进制文件中的漏洞。

## 方法

## 实现
