From 1cde57e57803db0d82af43b35f7857d5240e6ecf Mon Sep 17 00:00:00 2001 From: Shawdox <478956370@qq.com> Date: Fri, 26 Apr 2024 06:11:05 -0700 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=9C=80=E5=90=8E=E6=94=AF?= =?UTF-8?q?=E6=8C=81Ubuntu=2018.04=E7=9A=84Pwndbg=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pwn_init_py3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwn_init_py3.sh b/pwn_init_py3.sh index 4a23037..d81714a 100644 --- a/pwn_init_py3.sh +++ b/pwn_init_py3.sh @@ -29,7 +29,7 @@ sudo apt-get -y install libc6-i386 sudo apt-get -y install git gdb # install pwndbg git clone https://github.com/pwndbg/pwndbg -cd pwndbg +cd pwndbg && git checkout 71c4e1d6f382f997d7526fa15bb77191577ca367 ./setup.sh # install peda git clone https://github.com/longld/peda.git ~/peda