https://bugs.winehq.org/show_bug.cgi?id=56136
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #4 from Eric Pouech eric.pouech@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.