mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-25 11:41:16 +07:00
fix
This commit is contained in:
parent
5ccea962df
commit
46337a8424
@ -71,3 +71,4 @@ CC BY-SA 4.0
|
|||||||
- 2019-07-20 *柏琴 ¥20
|
- 2019-07-20 *柏琴 ¥20
|
||||||
- 2019-07-24 小龙 ¥100
|
- 2019-07-24 小龙 ¥100
|
||||||
- 2019-08-05 *鹏飞 ¥20
|
- 2019-08-05 *鹏飞 ¥20
|
||||||
|
- 2019-10-02 Gk ¥66.6
|
||||||
|
@ -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.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.48 Reassembleable Disassembling](doc/8.48_uroboros.md)
|
||||||
* [8.49 Understanding Integer Overflow in C/C++](doc/8.49_ioc.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)
|
* [九、附录](doc/9_appendix.md)
|
||||||
* [9.1 更多 Linux 工具](doc/9.1_Linuxtools.md)
|
* [9.1 更多 Linux 工具](doc/9.1_Linuxtools.md)
|
||||||
* [9.2 更多 Windows 工具](doc/9.2_wintools.md)
|
* [9.2 更多 Windows 工具](doc/9.2_wintools.md)
|
||||||
|
7
doc/8.50_large_scale_embedded.md
Normal file
7
doc/8.50_large_scale_embedded.md
Normal 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)
|
||||||
|
|
||||||
|
## 简介
|
||||||
|
|
||||||
|
|
@ -52,3 +52,4 @@
|
|||||||
* [8.47 Jump-Oriented Programming: A New Class of Code-Reuse Attack](8.47_jop.md)
|
* [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.48 Reassembleable Disassembling](8.48_uroboros.md)
|
||||||
* [8.49 Understanding Integer Overflow in C/C++](8.49_ioc.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)
|
||||||
|
Loading…
Reference in New Issue
Block a user