Disconnect3d

Results 562 comments of Disconnect3d
trafficstars

It's the quotations that cause the issue; probably because we parse things with argparse in `commands/__init__.py` in `ArgparsedCommand` (or its base class[es]). Also `start '

@ruijia-zhou Assigned. Btw, somehow related issue: https://github.com/pwndbg/pwndbg/issues/1071

Can you provide a minimal C example that can be used to reproduce this issue? I tried your Python GDB script in a debug session of the /bin/ls binary after...

I can reproduce this issue on a /bin/ls binary - it still persists and it actually comes from us caching the results of some calls. If you do `memoize off`,...

Potential solutions for this could be: 1. Check if there is some "call hook" in GDB, but likely there is not or/and it is not present in older GDBs. If...

Wait, why does r2 command need to check if PIE is enabled for the binary or not?

It seems it does this to unrebase the current PC register with the pie base if the pie is enabled, lol.

Shouldn't we maybe detect if the binary is an ELF in the first place and not call the elftools code if it is? Then, if needed, we could use some...

Bump, this would be nice to have :+1: