On Wed Dec 14 07:41:26 2022 +0000, Evan Tang wrote:
This calls for shadowing in winedbg some module information (here this
could be the address of AddressOfIndex). Where are you thinking that info should get tracked? Since you would then need to keep it up to date as dlls are loaded and unloaded
modules should be added/removed from 'current process' while processing load/unload events in dbg_handle_debug_event(). (handling for tgt_minidump will likely require more work) but that change will have to be done after 8.0 I'm afraid