bet4it / hyperpwn

A hyper plugin to provide a flexible GDB GUI frontend with the help of GEF, pwndbg or peda
MIT License
591 stars 59 forks source link

Exiting the hyperpwn layout on gdb (pwndbg, gef, etc) exit #16

Open Exiled1 opened 6 months ago

Exiled1 commented 6 months ago

So I've been looking in both hyperpwn and hyperinators pages and I can't seem to find a way that gracefully exits the layout without having to manually close all of the panes. Is there a hotkey somewhere or a way to configure a graceful exit of the layout on pwndbg/gdb exit?

bet4it commented 6 months ago

Oh we don't the way to do it now but it should be very easy to implement. But I suggest you don't close them. You can use hyper-pane to maximize the pane you want.

Exiled1 commented 6 months ago

Can I ask what would be needed for the implementation, I can look into doing it :). The way my workflow currently goes I'm just not the biggest fan of the dbg layout once I'm out side of gdb and I often end up closing the main screen by accident haha

bet4it commented 6 months ago

What about Full Reload(Ctrl+Shift+F5)?

Exiled1 commented 6 months ago

That's almost perfect, but it sends me back to my home directory :(

If full reloading kept me inside of the directory I was working in, that'd honestly be a fine workaround haha