mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-23 11:45:04 +07:00
first donation
This commit is contained in:
@ -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')
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user