GDB/GEF安装
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
GDB下载与安装
下载地址:
http://www.linuxfromscratch.org/blfs/view/8.4/general/gdb.html
解压后里面内容:
[root@host-ip-ip-ip-ip gdb-8.2.1]# pwd
/zyyinstall/gdb-8.2.1
[root@host-ip-ip-ip-ip gdb-8.2.1]# ls
bfd config-ml.in COPYING djunpack.bat libdecnumber ltoptions.m4 Makefile.in move-if-change sim
ChangeLog config.rpath COPYING3 etc libiberty ltsugar.m4 Makefile.tpl opcodes src-release.sh
compile config.status COPYING3.LIB gdb libtool.m4 ltversion.m4 md5.sum readline symlink-tree
config config.sub COPYING.LIB include ltgcc.m4 MAINTAINERS missing README texinfo
config.guess configure cpu install-sh ltmain.sh Makefile mkdep README-maintainer-mode ylwrap
config.log configure.ac depcomp intl lt~obsolete.m4 Makefile.def mkinstalldirs serdep.tmp zlib
GDB8.2执行安装:
./configure --prefix=/usr --with-system-readline && make
sudo make install
GDB检查安装完成:
[root@host-ip-ip-ip-ip gdb-8.2.1]# man gdb | grep gdb-
gdb-8.2.1 2021-02-07 GDB(1
GEF下载与安装
下载地址:
https://github.com/hugsy/gef
注意根据自己缓解选择下载PYHON3或者2的gef版本。
gef-legacy-master传输到服务器后
[root@host-ip-ip-ip-ip gef-legacy-master]# cp gef.py /root/
[root@host-ip-ip-ip-ip ~]# echo "source ~/gef.py" > ~/.gdbinit
[root@host-ip-ip-ip-ip ~]# gdb -q
GEF for linux ready, type `gef' to start, `gef config' to configure
75 commands loaded for GDB 8.2.1 using Python engine 2.7
[*] 5 commands could not be loaded, run `gef missing` to know why.
gef>
可以看到能够加载其中的75条命令,而5条不能加载的命令可能是不支持python2,所以这里就可以忽略该条命令。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献14条内容
所有评论(0)