hackermaster1969 / gef-legacy

Legacy version of GEF running for GDB+Python2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gef-legacy

This repository contains the legacy version of GEF (aka gef-legacy or gef-py2), which is a fork a the original gef 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 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 IRC channel: Freenode ##gef

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 Test validation
Documentation Status MIT Python 2 Discord Soon

About

Legacy version of GEF running for GDB+Python2

License:MIT License


Languages

Language:Python 97.6%Language:C 1.4%Language:Shell 0.7%Language:Makefile 0.3%