Disconnect3d
Disconnect3d
@FantasqueX pls let me know if and how the dev/latest version works for u!
@TobiasFaller fwiw we could potentially use the release candidate version too. I'm rather okay with it, as long as we give a choice to users to switch between the current...
I'll close this for now but keep a reference to it in #939
FWIW we have only two commands that DO NOT use ArgparsedCommand right now: ``` user@user:~/pwndbg$ rg commands.Command pwndbg/commands/defcon.py 104:@pwndbg.commands.Command pwndbg/commands/shell.py 84: pwndbg.commands.Command(handler, False) ``` The first one in defcon.py will...
Hey, I'm not familiar with this issue neither I will work on it but I just want to point out some misunderstandings regarding the `--privileged` docker run flag mentioned in...
Are we missing sth from the list? idk if that is helpful, but [pwndbg](https://github.com/pwndbg/pwndbg#readme) can show args for syscalls, e.g.:   I didn't dig down deep, but I think...
Also note that gef can also do that as long as you install the extra module. The syscall tables from it can be found in https://github.com/hugsy/gef-extras/tree/master/syscall-tables
@adamskrodzki as the bot says: > Your Name seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have...
Fwiw vmmap works on latest GDB + QEMU:  QEMU folks took the patch I was developing and took it further and the info proc features got added into QEMU...
Okay, the above shows aarch64, but I believe things should also work for ARM too.