• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering Gef v2021.10 - Multi-Architecture GDB Enhanced Features for Exploiters & Reverse-Engineers

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,456
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
68747470733a2f2f692e696d6775722e636f6d2f453345755150732e706e67


GEF – GDB Enhanced Features

GEF is a kick-ass set of commands for X86, ARM, MIPS, PowerPC and SPARC to make GDB cool again for exploit dev. It is aimed to be used mostly by exploiters and reverse-engineers, to provide additional features to GDB using the Python API to assist during the process of dynamic analysis and exploit development.

It has full support for both Python2 and Python3 indifferently (as more and more distros start pushing gdb compiled with Python3 support).

Feature

    One single GDB script.
    Entirely OS Agnostic, NO dependencies: GEF is battery-included and is installable in 2 seconds (unlike PwnDBG).
    Fast limiting the number of dependencies and optimizing code to make the commands as fast as possible (unlike PwnDBG).
    Provides more than 50 commands to drastically change your experience in GDB.
    Easily extendable to create other commands by providing more comprehensible layout to GDB Python API.
    Works consistently on both Python2 and Python3.
    Built around an architecture abstraction layer, so all commands work in any GDB-supported architecture such as x86-32/64, ARMv5/6/7, AARCH64, SPARC, MIPS, PowerPC, etc. (unlike PEDA)
    Suited for real-life apps debugging, exploit development, just as much as CTF (unlike PEDA or PwnDBG)

Changelog

GEF – v2021.10

Highlights of Impractical Information

    93 commits, 5 Issues & 25 PRs closed
    Massive background re-work by @theguy147 , which includes (but not limited):
        Better and more CI tests
        More…

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top