• 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 gdbfrontend v0.1.1 beta - easy, flexible and extensionable gui debugger

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,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
gdb-frontend.png


GDBFrontend

GDBFrontend is an easy, flexible and extension able gui debugger.

Changelog v0.1.1 beta

    Added debugging without debugging symbols support.
    Added breakpoint support to disassembly.
    Added disassembly tab/view in addition to the disassembly section on the right side.
    Colorized instruction mnemonics and addresses.
    Improved exception messages.


Notes

    GDBFrontend is iterating instructions to ret/retq with a max limit: hardcoded 1000. (This will be a setting in future versions.)
    If your application is using a symbol table, it will disassembly code from the address of the function of the selected frame.
    “Disassemble everything” for PIEs is a TODO. It will disassembly executable/dynamic-linked objects and use PIE mappings.

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