1 matches found
gdb-dashboard
GDB dashboard GDB dashboard 是一个独立的 .gdbinit 文件,使用 Python API 编写,提供了一个模块化界面,显示正在调试的程序的相关信息。其主要目标是减少检查当前程序状态所需的 GDB 命令数量,从而使开发者能够主要专注于控制流。 快速开始 只需将 .gdbinit 放置在你的主目录中,例如使用以下命令: root@kitploit: wget -P https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit 可选安装 Pygments 以启用语法高亮: root@kitploit...
6AI score
SaveExploits0References2
20