Skip to content

Commit

Permalink
修复一些坏掉的链接和附件链接
Browse files Browse the repository at this point in the history
  • Loading branch information
WinMin committed Apr 7, 2024
1 parent 6dbb7ed commit 2085859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ libc_hidden_def (__fortify_fail)
### 32C3 CTF readme

这里,我们以 2015 年 32C3 CTF readme 为例进行介绍,该题目在 jarvisoj 上有复现。
这里,我们以 2015 年 32C3 CTF readme 为例进行介绍,该题目在 [jarvisoj](https://www.jarvisoj.com/challenges) 上有复现。方便读者复现, binary 也可以在 [ctf-challenge ](https://github.com/ctf-wiki/ctf-challenges/tree/master/pwn/stackoverflow/stacksmashes/32c3-CTF-readme)这个仓库找到

#### 确定保护

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

### 示例

这里我们以蒸米的一步一步学 ROP 之 linux_x64 篇中 level5 为例进行介绍。首先检查程序的安全保护
这里我们以蒸米的一步一步学 ROP 之 linux_x64 篇中 [level5](https://github.com/zhengmin1989/ROP_STEP_BY_STEP/blob/master/linux_x64/level5) 为例进行介绍。首先检查程序的安全保护

```shell
➜ ret2__libc_csu_init git:(iromise) ✗ checksec level5
Expand Down Expand Up @@ -260,8 +260,8 @@ gef➤ x/5i 0x000000000040061A+9

### 参考阅读

- http://wooyun.jozxing.cc/static/drops/papers-7551.html
- http://wooyun.jozxing.cc/static/drops/binary-10638.html
- http://drops.xmd5.com/static/drops/papers-7551.html
- http://drops.xmd5.com/static/drops/binary-10638.html

## ret2reg

Expand Down

0 comments on commit 2085859

Please sign in to comment.