This commit is contained in:
firmianay 2019-10-02 10:26:00 +08:00
parent 5ccea962df
commit 46337a8424
4 changed files with 10 additions and 0 deletions

View File

@ -71,3 +71,4 @@ CC BY-SA 4.0
- 2019-07-20 *柏琴 ¥20
- 2019-07-24 小龙 ¥100
- 2019-08-05 *鹏飞 ¥20
- 2019-10-02 Gk ¥66.6

View File

@ -254,6 +254,7 @@ GitHub 地址:<https://github.com/firmianay/CTF-All-In-One>
* [8.47 Jump-Oriented Programming: A New Class of Code-Reuse Attack](doc/8.47_jop.md)
* [8.48 Reassembleable Disassembling](doc/8.48_uroboros.md)
* [8.49 Understanding Integer Overflow in C/C++](doc/8.49_ioc.md)
* [8.50 A Large-Scale Analysis of the Security of Embedded Firmwares](doc/8.50_large_scale_embedded.md)
* [九、附录](doc/9_appendix.md)
* [9.1 更多 Linux 工具](doc/9.1_Linuxtools.md)
* [9.2 更多 Windows 工具](doc/9.2_wintools.md)

View File

@ -0,0 +1,7 @@
# 8.50 A Large-Scale Analysis of the Security of Embedded Firmwares
[paper](https://www.usenix.org/system/files/conference/usenixsecurity14/sec14-paper-costin.pdf)
## 简介

View File

@ -52,3 +52,4 @@
* [8.47 Jump-Oriented Programming: A New Class of Code-Reuse Attack](8.47_jop.md)
* [8.48 Reassembleable Disassembling](8.48_uroboros.md)
* [8.49 Understanding Integer Overflow in C/C++](8.49_ioc.md)
* [8.50 A Large-Scale Analysis of the Security of Embedded Firmwares](8.50_large_scale_embedded.md)