mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-24 19:21:15 +07:00
first donation
This commit is contained in:
parent
7c820ffcf1
commit
2a1be0eb8e
@ -58,3 +58,5 @@ CC BY-SA 4.0
|
||||
邮寄地址:`陕西省西安市西安电子科技大学南校区`,收件人:`杨超`。
|
||||
|
||||
打赏二维码如上,金额随意,所得捐款将用于给 Contributors 购买书籍和西瓜,~~可直播~~。
|
||||
|
||||
- 2018-12-04 微信 长点心吧* 10
|
||||
|
@ -97,6 +97,13 @@ r2pipe
|
||||
oh my zsh
|
||||
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/>
|
||||
- BlackArch - <https://blackarch.org/>
|
||||
- REMnux - <https://remnux.org>
|
||||
|
@ -444,7 +444,6 @@ struct student *my_class[0x1e];
|
||||
def overflow():
|
||||
add() # idx 0
|
||||
add() # idx 1
|
||||
raw_input("#")
|
||||
write_memo(0, 'A'*0x20 + '\x78')
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user