https://github.com/hugsy/gef-legacy
Legacy version of GEF running for GDB+Python2
https://github.com/hugsy/gef-legacy
ctf debugging exploit exploit-development gdb gdb-python2 linux malware-analysis pwn python reverse-engineering
Last synced: about 1 month ago
JSON representation
Legacy version of GEF running for GDB+Python2
- Host: GitHub
- URL: https://github.com/hugsy/gef-legacy
- Owner: hugsy
- License: mit
- Created: 2019-08-03T21:55:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T20:52:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T07:11:20.527Z (about 2 months ago)
- Topics: ctf, debugging, exploit, exploit-development, gdb, gdb-python2, linux, malware-analysis, pwn, python, reverse-engineering
- Language: Python
- Size: 166 KB
- Stars: 18
- Watchers: 5
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gef-legacy
This repository contains the legacy version of GEF (aka `gef-legacy` or `gef-py2`), which is a fork a the original [`gef`](https://github.com/hugsy/gef-legacy) project, meant for running on GDB+Python2 only.
The main reason for this fork was the long time planned end of life of [Python 2](https://pythonclock.org/) which should discourage maintaining Python2 projects.
However since GDB + Python2 continues to be used (old Linuxes, IoT devices, etc.), it was decided to keep the existing features that GEF provides to GDB. `gef-legacy` will provide great help and most basic functions will be working flawlessly (proper context display, pointer dereferencing, `checksec`, etc.) but will lack the most advanced features.
`gef-legacy` developers will not add new features to the code, but functional bugs can be reported and will be fixed. Also no new architecture will be added.
For questions, poke the devs on the Discord channel.
In short, try **NOT** to rely on this version of GEF: whenever possible you might prefer using "normal" GEF with its remote debugging functionalities. This version of GEF should be your last resort for having a descent debugging experience.
## Current status ##
| Documentation | License | Compatibility | Chat | Validation test |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | --------------- |
| [](https://gef-legacy.readthedocs.io/en/latest/?badge=latest) | [](https://github.com/hugsy/gef-legacy/blob/master/LICENSE) | [](https://github.com/hugsy/gef-legacy/) | [](https://discord.gg/HCS8Hg7) | Soon |