환경 설정
pwndbg 설치 방법 (구름 ide)
24kg0ld
2024. 6. 28. 22:44
1. sudo apt update
(구름 ide에서는 upgrade는 하면 설치 제대로 안 될 수도. 그럴 경우 새 컨테이너에서 update만 하고 pwndbg 설치)
2. sudo apt install git-all
3. git clone https://github.com/pwndbg/pwndbg
cd pwndbg
./setup.sh