Disconnect3d

Results 494 comments of 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.: ![image](https://user-images.githubusercontent.com/10009354/55521240-36667e00-5680-11e9-9f37-51805d1fcf4f.png) ![image](https://user-images.githubusercontent.com/10009354/55521245-3cf4f580-5680-11e9-8bf2-9629d210d71a.png) 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: ![image](https://github.com/pwndbg/pwndbg/assets/10009354/da5bf5c7-aac0-4651-8ed5-2521f3501e84) 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.