first donation

This commit is contained in:
firmianay 2018-12-04 14:43:27 +08:00
parent 7c820ffcf1
commit 2a1be0eb8e
3 changed files with 9 additions and 1 deletions

View File

@ -58,3 +58,5 @@ CC BY-SA 4.0
邮寄地址:`陕西省西安市西安电子科技大学南校区`,收件人:`杨超`。 邮寄地址:`陕西省西安市西安电子科技大学南校区`,收件人:`杨超`。
打赏二维码如上,金额随意,所得捐款将用于给 Contributors 购买书籍和西瓜,~~可直播~~。 打赏二维码如上,金额随意,所得捐款将用于给 Contributors 购买书籍和西瓜,~~可直播~~。
- 2018-12-04 微信 长点心吧* 10

View File

@ -97,6 +97,13 @@ r2pipe
oh my zsh oh my zsh
peda peda
``` ```
```text
dpkg --add-architecture i386
sudo apt update
sudo apt install libc6-i386
sudo apt install libc6-dev-i386
sudo apt install libc6-dbg:i386
```
- Kali Linux - <https://www.kali.org/> - Kali Linux - <https://www.kali.org/>
- BlackArch - <https://blackarch.org/> - BlackArch - <https://blackarch.org/>
- REMnux - <https://remnux.org> - REMnux - <https://remnux.org>

View File

@ -444,7 +444,6 @@ struct student *my_class[0x1e];
def overflow(): def overflow():
add() # idx 0 add() # idx 0
add() # idx 1 add() # idx 1
raw_input("#")
write_memo(0, 'A'*0x20 + '\x78') write_memo(0, 'A'*0x20 + '\x78')
``` ```