Disconnect3d
Disconnect3d
Hmm.. any chance you can try it again and tell us how u installed qemu and gdb on M1 @DanielHeEGG ? I recall @arcz using Apple M1 with GDB +...
@lebr0nli I wanted to propose what @lonnywong wrote: to use it by default when debug symbols are missing. But tbh I like your solution with `auto` more. On the other...
> Btw I think pwndbg.config.Parameter might need some updates first because it only accepts a few classes of parameters, and we can't control the full content of help set SOME_CONFIG_OF_PWNDBG...
Hey, qemu-user is under-developed due to the lack of us getting vmmap information. However... I think the heap integration should maybe work now? @lebr0nli WDYT?
Is this still the case? I think this should work now, after we have an option of resolving heap symbols via heuristic.
Seems like "clearing caches" on clear_objfile may make sense.
Also, new process may not be the only way to clear_objfiles, I think there was something to unload symbols from file. Maybe that triggers the event as well?
@mahaloz I'd be fine & happy with using your code (and ofc giving you credits for that!) but I haven't used IDA integration for a long time since I don't...
I brought back ReadTheDocs for Pwndbg recently: https://readthedocs.org/projects/pwndbg/ but it needs some improvements. It currently generates documentation using mkdocs and we still have some sphinx leftovers in repo in https://github.com/pwndbg/pwndbg/tree/dev/docs...
We now use gdb-pt-dump in Pwndbg, so I am closing this issue for now. There are minor defficiencies with it though: it won't work if GDB and QEMU works on...