Giter Site home page Giter Site logo

alescher / pwndbg-gui Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 3.8 MB

An unofficial GUI wrapper around pwndbg intended to leverage the UI benefits of a graphical user interface

License: GNU General Public License v3.0

Python 100.00%
gdb pwndbg qt-python qt6 pwndbg-gui ctf reverse-engineering capture-the-flag python pyside6

pwndbg-gui's People

Contributors

alescher avatar max-p-otential avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pwndbg-gui's Issues

Inferior output contains other data when attaching

When attaching to a process, we cannot redirect the input/output of the inferior to a TTY via GDB.
Because of this, we fallback to collecting the "output" events from GDB that contain as payload the output of the inferior.
This sometimes causes data that is not coming from the inferior to be included in the output event's payload.
However, this seems to be a current limitation with pygdbmi or the GDB MI itself.

Context stack lines is not sent back to GUI on startup

If the user sets pwndbg's context-stack-lines in his .gdbinit file, the stack lines spin box in the GUI is not updated to reflect this.
This was implemented previously, however it resulted in endless recursion if the user clicks on the spin box incrementors in rapid succession. Qt would keep endlessly firing different signals forever.
A better way of sending updates from GDB back to the GUI on startup should be found.
This only affects the stack lines counter atm.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.