Disconnect3d
Disconnect3d
Aren't there maybe some case where we indeed need to pass in an explicit frame and so we may end up not caching sth we want to cache? Since this...
> i don't know how to logically make a `Frame` hashable. you need to capture the whole register state and whatnot no? Oh I missed that comment. Not necessarily? If...
I looked a bit into this and I don't see an easy way to get hash for a GDB frame, omg.
For what is worth, for things like this: ``` read_reg(self, reg: str, frame: pwndbg.dbg_mod.Frame | None = None) ``` If a given reg is read multiple times on a single...
Fixed by https://github.com/pwndbg/pwndbg/pull/3512
cc: @CptGibbon can u check this out? (cc: @k4lizen @OBarronCS ?)
Oh interesting, I'm up for that. Btw what's the tmp file used by qemu?
Some conflicts needs to be resolved :
cc: @patryk4815 can u help with this, how do we fetch the decomp2gdb so it is available as source code? Otherwise, we can always just vendor it, heh.
> Based on the discussion re-worked the fallback strategy could you please review And where did you take it from that we should parse ELFs here on disk to do...