Disconnect3d
Disconnect3d
@justfoxing this should be fixed with the recent commit. Although its not ideal: I made it so we just return a Page(0, 0xfffffffff...) which is not quite correct.
@stong eh, can you see if this fixed your issue? https://github.com/pwndbg/pwndbg/commit/e239e9c1f69649ac028255206df0e2151416b763 Is this a qemu user mode or qemu kernel? Can you provide a testcase so I can improve this?
Is this *on ARM64* linux then? Or is it a binfmt misc that actually runs qemu user mode under th hood?
Can you show output of this command?: `gdb --quiet /bin/ls -ex 'set context-sections ""' -ex entry -ex 'info proc mapping' -ex vmmap`
Wait, why doesn't it trigger now? EDIT: Btw it may be better to communicate via Discord: we have a Pwndbg server at https://discord.gg/pNhrz52s
@Sparrrgh can u show how we can reproduce this? e.g. exact binary/setup?
@cnwangjihe are u using latest pwndbg? and which version of gdb? for @Sparrrgh it seemed that a gdb or pwndbg update helped.. Can u show output of the `version` command?
Hey, There are three separate issues here: 1. Us not handling some cases gracefully, and so crashing on them 2. Getting memory maps info when debugging core dumps 3. Getting...
@kevinpark1217 hey, can you try updating ur pwndbg version? The f2fcc95 version is from may and we have had some fixes to this problem recently. Please, let me know if...
That's interesting, thanks, we will have to fix this: ``` Exception occurred: Error: No auxiliary vector found, or failed reading it. () For more info invoke `set exception-verbose on` and...