You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to work with gdb and set callbacks on gdb.events.stop and gdb.events.new_inferior that use pwnlib.context, but it is always using an empty context. Is it possible to make gdb use a specific context ?
Hi,
I'm trying to work with gdb and set callbacks on
gdb.events.stop
andgdb.events.new_inferior
that use pwnlib.context, but it is always using an empty context. Is it possible to make gdb use a specific context ?For exemple:
The text was updated successfully, but these errors were encountered: