Disconnect3d

Results 600 comments of Disconnect3d

@TobiasFaller ping :)

Hey, yeah, it would be awesome to address/fix this. Would you maybe like to try implementing this and sending a PR? In case you need any help, you can hit...

@ghsi10 @umutoztunc didn't implement it in the end, so feel free to work on it if you want to :)

Hey, the main issue here is that QEMU does not provide us enough information to fetch this information normally. I have finally spend some time on that and sent a...

Interesting. What does `vmmap` return in your case if u execute it instead of `bins`?

This should be fixed in the latest dev branch version. Please reopen or start another issue if it is not.

Hey, thanks for reporting this. I'll try to investigate this issue

> note: need to provide the target binary on the command line or the issue won't trigger. Interesting, it seems this could be some caching issue, but when we disable...

This can maybe be diagnosed/compared by using `set debug-events on` in config.

The issue is that I introduced a cyclic dependency between `pwndbg.vmmap.find` and `get_ehdr` functions in some cases: when `vmmap.find` can't use `proc_pid_maps` (e.g. on qemu-user) it tries to fetch things...