-
-
Notifications
You must be signed in to change notification settings - Fork 784
Closed
Labels
Description
Hi, apologies for veering from the normal issue guidelines in hopes that a question would not constitute a normal issue. I'm currently developing a GEF command that I would like used like a ContextCommand
. I have data that I would like to output at every "break-like" event. I know I could use gef_on_stop_hook
, but I want this data to be displayed like a normal context output. I know pwndbg supports adding new Contexts, I wanted to know if there is a method in GEF I am just not aware of.
Any suggestions from devs?
Thanks.