gdb插件使用方法
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gdb插件使用方法相关的知识,希望对你有一定的参考价值。
0x00 peda
https://github.com/longld/peda
安装: git clone https://github.com/longld/peda.git ~/peda echo "source ~/peda/peda.py" >> ~/.gdbinit echo "DONE! debug your program with gdb and enjoy" 使用:例如 echo "source ~/.GdbPlugins/peda/peda.py" > ~/.gdbinit $ gdb pwn gdb-peda$ checksec
以上是关于gdb插件使用方法的主要内容,如果未能解决你的问题,请参考以下文章
go语言笔记——调试还很弱,用gdb来做?可用panic和defer。格式化代码使用gofmt,貌似我的vim插件是自带