Disconnect3d
Disconnect3d
Wait, what is going on in here? Why does this fail on arch and why do we need such a fix?
Is this maybe fixed/changed by https://github.com/pwndbg/pwndbg/commit/0f97f0f762ddd78572dd81a42e1682a0e714ebab ?
Huh, how do we handle it? Can there be more than one such array in a struct? :) Shall we have an argument to specify N items of array if...
@k4lizen somehow the GDB resolved that storage has \n * 32 :D
Hi, I assume you want this feature coz `x/xg` doesn't do coloring or bcoz `telescope ...` is not so compact and doesn't show the right column? Fwiw we also have...
Yeah, we should add those. Would be happy to accept a PR adding this :)
Btw how did u set the sysroot? I wonder if we should have a last resort of trying to get file paths - at least for the exe or libs...
This would be awesome. I coded this feature once, but iirc it was incomplete and it probably used some external tools like `ss`... iirc it wasn't so trivial to do...
> That being said, we could do a check like "is the destination of this branch a function (symbol)". That way we would avoid any false-positives and nicely cover this...
Is this just about ARM or any architecture jump vs call?