On Mon May 23 12:38:38 2022 +0000, eric pouech wrote:
ok, then we need to fix the lookup of the dbg_hdr (and/or its exposure in the PEB:s) (for the record, 32bit dbghelp is not ready to handle a 64bit module, and likely will never be... so your patch would open a large can of worms :-( )
I managed to fix dbg_hdr lookup and make it all work. It turns out the debugger isn't very happy with 64-bit libraries loaded on what is supposed to be a 32-bit process. I suppose recognizing Unix libraries probably isn't what we want at all...