Alan Li
Alan Li
> This looks good Ok! I'll update the output format to the tabulate one.
I agreed that we should have this decorator to handle some checks more elegant. But regarding this: > don't make sense to run if libc is not loaded: `errno` and...
> I think generically determining whether some arbitrary library is statically linked may be difficult. Yea, I also think it's quite hard to determine. > Are we doing something like...
> Please adjust the code that we can find the `thread_arena` for that section too. For this, I think with the current techniques we have, it's hard to handle it...
> Can we just do something like: `with asm_demangle_on(): info symbol ...` in `symbol.get` and make the demangling always work? (we can also make this configurable like pwndbg-demangle-symbols or sth)...
> I don't know, but I am afraid this call may not give us the correct result in all cases You are right, glibc’s TLS implementation is architecture-specific, and the...
> We could maybe use a ptrace trick to get the reason why the tracee stopped: Or maybe we could rely on GDB’s calling function features? I didn't invest in...
Hi, thanks for reporting the bug! I can confirm that GEP has this issue when using TUI together here. But, hmm, I have no idea how to fix it currently......
Yes, iiuc we haven't implemented it yet. And just in case, the patch I've applied [here](https://github.com/pwndbg/pwndbg/pull/2001#discussion_r1509273898) is just a PoC and can't be directly implemented as a fix. There are...
Hi, thanks for reporting the bug! Could you kindly offer more context regarding the binary you debugged? It would be immensely helpful if you could provide details such as the...