Disconnect3d

Results 494 comments of Disconnect3d

> then seems heap heuristics work normally after the recent updates for it. Since this seems resolved, I am going to close this.

That's a really good feature I'd be happy if someone wanted to add it. We should probably revamp/rewrite the current display enhancer module/logic and improve it in this and other...

Somehow relevant: https://github.com/capstone-engine/capstone/issues/2133

Yes, #2001 implemented it, at least for X86-64. I think we can close this issue. (We don't need to keep it open just bcoz other archs do not support it)....

Fwiw one can read heap base as: ``` pwndbg> p/x $base("heap") $2 = 0x555555577000 ```

Also if we really want to add `$heap_base` I'd name it just `$heap`.

I haven't really looked at this problem at all, but can't we do something like `select(...)` on both network and stdin and either handle the network or stdin event? You...

Hi, you can mount all those things with bind mounts, so the question is if there is really a needeat all to have a flag for default devices. On the...

Both GDB and the QEMU kernel process need to live in the same PID namespace so that gdb-pt-dump can connect to it. If you run those as Docker containers, you...

Ping @kennethreitz @Lukasa @sigmavirus24 @nateprewitt @slingamn can we finally get some love here and get this fixed? This could probably also be marked as a security issue since if someone...