Disconnect3d

Results 568 comments of Disconnect3d
trafficstars

What's the current state of it? Seems there are conflicts that need to be resolved. I'm all good with this feature as long as it doesn't make some big perf...

@mbrla0 can you resolve conflicts?

@mbrla0 damn, this now has a few conflicts that need to be resolved :/

Re-running all jobs here to see if recent fixes fixed this.

Hi, hmm I thought RTD would maybe auto update from latest dev. I have to look at it sooner or later.

@k4lizen is this still the case? can u fix it?

Fwiw the `$argv(0)` seems to work fine for me in this case, but envp not really.

The problem here is that the `target` argument in the `xuntil` implementation is specified as a `str` type. It is defined in the code as shown below. Initially I thought...

Whoever takes this issue to fix it, please also refactor this `target` argument a bit: we do not need to do `int(target, 0)` if we get it as an `int`...

This was fixed in https://github.com/pwndbg/pwndbg/pull/2360