准备环境
打开虚拟机,从主文件夹里打开终端安装pwndbg
$ git clone https://github.com/pwndbg/pwndbg
$ cd pwndbg
$ ./setup.sh
安装peda
$ git clone https://github.com/longld/peda
安装gef
$ git clone https://github.com/hugsy/gef
$ git clone https://github.com/pwndbg/pwndbg
$ cd pwndbg
$ ./setup.sh
$ git clone https://github.com/longld/peda
$ git clone https://github.com/hugsy/gef