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

@ -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>

View File

@ -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')
```