快速安装gdb插件

安装

sudo apt-get install git
git clone https://github.com/gatieme/GdbPlugins.git ~/GdbPlugins

启动命令

echo "source ~/GdbPlugins/peda/peda.py" > ~/.gdbinit 
echo "source ~/GdbPlugins/gef/gef.py" > ~/.gdbinit 
echo "source ~/GdbPlugins/gdbinit/gdbinit" > ~/.gdbinit  
posted @ 2021-11-05 18:35  dotExp  阅读(92)  评论(0编辑  收藏  举报