Disconnect3d
Disconnect3d
@dmur1 tl;dr yeah, sorry I forgot to answer here. @diivi already started to work on this.
Fwiw vmmap works on latest GDB + QEMU:  QEMU folks took the patch I was developing and took it further and the info proc features got added into QEMU...
@gsingh93 I believe its not since its qemu-user and #2107 is qemu-kernel. I think it should just work as long as vmmap works (QEMU >= 8.1.1). (Idk why I haven't...
I wanted to test it on Ubuntu 23.10 (Mantic Minotaur) but it uses QEMU 8.0.4: ``` root@pwndbg:~/pwndbg/tests/qemu-tests# qemu-aarch64 --version qemu-aarch64 version 8.0.4 (Debian 1:8.0.4+dfsg-1ubuntu3.23.10.5) Copyright (c) 2003-2022 Fabrice Bellard and...
I am going to close this. I believe @nikoshell also worked on sth similar, idk what is its state but yeah.
Very likely this is capstone, we should double check and report it to them
Can this maybe be related to those issues?: * https://github.com/capstone-engine/capstone/issues/1832 * https://github.com/capstone-engine/capstone/issues/1636
I like this idea. OTOH, what would we do with `config`, `theme` and `heap_config` then? Just leave them as they are? Probably yes? Regarding the deprecation warning, we could maybe...
@fidgetingbits Awesome :) waiting for the PR :)
@gsingh93 > I'd be hesitant to merge it as is, as there are a number of unimplemented things and likely broken edge cases. We'd get bug reports from users that...