Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Exely committed Nov 5, 2017
1 parent a72f8fc commit 49115d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

是我写的笔记,正在更新:

- [data lab 笔记](./notes/datalab.md)
- [Data Lab 笔记](./notes/datalab.md)

涉及了位运算,补码和浮点数等内容,都是 C 语言程序设计题。

- [bomb lab 笔记](./notes/bomb.md)
- [Bomb Lab 笔记](./notes/bomb.md)

拆除二进制炸弹,可以大大提升看汇编代码的能力。

- [attack lab 笔记](./notes/attack.md)
- [Attack Lab 笔记](./notes/attack.md)

这个 lab 主要涉及了栈随机化,不可执行等栈保护的方法和使栈溢出、 ROP 攻击等内容。

Expand Down

0 comments on commit 49115d2

Please sign in to comment.