Disconnect3d
Disconnect3d
Ping @kamathhrishi
@gsingh93 go merge?:)
@chrf01 Shall we just make the command not work on qemu kernel or shall we implement it somehow for it?
The current impl is as follows: ```py @pwndbg.commands.ArgparsedCommand( "Print out the stack addresses that contain return addresses.", category=CommandCategory.STACK ) @pwndbg.commands.OnlyWhenRunning def retaddr() -> None: sp = pwndbg.gdblib.regs.sp stack = pwndbg.gdblib.vmmap.find(sp)...
@gsingh93 I'm more towards not adding bot workflows if we don't really need to, but we can try doing this and see how it works
@gsingh93 lets see if it works right away :P
As mentioned in #2096 we can't really unalias `u`, it is set by GDB to be an alias of the `until` command. For some reason however, GDB allows us to...
We had this poll on discord: Most ppl who voted use the GDB's eXamine command (`x/10i`) and a lot didn't know about `nearpc` nor about `u` alias.
@lucasballr can you show the error?
Also please provide full steps to reproduce the issue. The dockerfile doesn't build nginx etc. :/