Daryl
Daryl
This is what I did to install java-debug, works on macOS and Linux (never tested, but should work, though the JAVA_HOME path might need to be amended) I couldn't compile...
Oh that’s a good idea, perhaps x86_linux_glibc2.39 and x8664_linux_glibc2.39?
After attaching to the process, `info proc mappings` work fine, but vmmap does not work. ``` 0x00000000004005b0 in _start () Exception occurred: Error: maximum recursion depth exceeded () For more...
I do have a really scuffed fix for this where set `vmmap` to return None if the recursion levels go beyond 200. ```patch --- pwndbg/gdblib/elf.py.bak 2024-05-23 13:25:43.549416010 +0800 +++ pwndbg/gdblib/elf.py...
Alternatively, if I remove the qemu check, it will attempt to call `info_proc_maps()` first. It's just a wild guess but I think the underlying issue is that Qiling does not...