gef:GEF-针对漏洞利用开发者和反向者的GDB增强功能

时间:2024-02-23 09:58:04
【文件属性】:

文件名称:gef:GEF-针对漏洞利用开发者和反向者的GDB增强功能

文件大小:177KB

文件格式:ZIP

更新时间:2024-02-23 09:58:04

python linux debugging exploit reverse-engineering

GEF (发音为ʤɛf-“ Jeff”)是用于x86 / 64,ARM,MIPS,PowerPC和SPARC的一组命令,可在使用老式GDB时帮助漏洞利用开发人员和逆向工程师。 它使用Python API向GDB提供了其他功能,以在动态分析和漏洞利用开发过程中提供帮助。 应用程序开发人员也将从中受益,因为GEF消除了大部分常规GDB的晦涩之处,避免了重复传统命令或从调试运行时中提取相关信息。 即时设定 只需确保您具有使用Python3绑定编译的,然后: # via the install script # # using curl $ sh -c " $( curl -fsSL http://gef.blah.cat/sh ) " # # using wget $ sh -c " $( wget http://gef.blah.cat/sh -O - ) " # or manually $ wget -O ~ /.gdbinit-gef.py -q http://gef.blah.cat/py $ echo source ~ /.gdbinit-gef.py >> ~ /.gdbini


【文件预览】:
gef-master
----.gitattributes(76B)
----.github()
--------FUNDING.yml(65B)
--------PULL_REQUEST_TEMPLATE.md(2KB)
--------CONTRIBUTING.md(1KB)
--------ISSUE_TEMPLATE()
--------workflows()
----gef.py(363KB)
----scripts()
--------gef-extras.sh(583B)
--------new-release.sh(306B)
--------ida_gef.py(10KB)
--------gef.sh(553B)
----.pylintrc(12KB)
----requirements.txt(47B)
----mkdocs.yml(2KB)
----LICENSE(1KB)
----README.md(7KB)
----Makefile(398B)
----docs()
--------index.md(10KB)
--------screenshots.md(2KB)
--------api.md(6KB)
--------commands()
--------requirements.txt(13B)
--------faq.md(12KB)
--------commands.md(6KB)
--------config.md(3KB)
----tests()
--------helpers.py(3KB)
--------binaries()
--------run-remote.sh(814B)
--------perf()
--------runtests.py(21KB)
----.readthedocs.yml(187B)
----.gitignore(122B)

网友评论