https://bugs.winehq.org/show_bug.cgi?id=56136 Eric Pouech <eric.pouech(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech(a)gmail.com --- Comment #4 from Eric Pouech <eric.pouech(a)gmail.com> --- We should probably craft our own test DLLs (imagehlp/tests/image.c already has some bits for building such files, potentially to be extended for this use case, didn't look into the details). (at least kernel32/tests/loader.c and dbghelp/tests/path.c also generate their own PE files for testing). Note also that current imagehlp code (at least for ImageGetDigestStream, but likely for other APIs too) expects manipulated image bitness to match imagehlp DLL bitness, which is likely wrong. That should be tested as well. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.