其他分享
首页 > 其他分享> > 快速安装gdb插件

快速安装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  

标签:插件,git,source,gdbinit,echo,GdbPlugins,gdb,peda,安装
来源: https://www.cnblogs.com/M1sceden4/p/15514734.html