Disconnect3d

Results 562 comments of Disconnect3d
trafficstars

I would try recompiling gdb with the patch as well On Sun, 7 May 2023 at 18:37, yooo1999 ***@***.***> wrote: > @disconnect3d No , I re-compile the > gdb-server with...

Reopening to discuss if we should catch the exception and inform the user about GDB bug + remediation with using breakpoints in Python scripts? cc: @gsingh93 wdyt?

This is most likely a GDB + GDBServer and its gdbstub protocol bug, not Pwndbg bug

I'm not sure if we can do much here on Pwndbg side... maybe better error handling but the question is whether this error is recoverable or not

I think the idea here is to check certain fields and explicitly print that the arena is likely corrupted along with all the info we already print.

Hi, the IDA integration wasn't touched for a long time, mostly because I don't use IDA with Python scripting since it is not available in the free version that can...

We override the `start` command in Pwndbg and so the bug must be related to us getting the argument and them not being evaluated as it is normally done in...