mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-25 11:41:16 +07:00
13 lines
433 B
Markdown
13 lines
433 B
Markdown
# 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)上的其他二进制文件中的漏洞。
|
||
|
||
## 方法
|
||
|
||
## 实现
|