Hi all,
I had an idea for something that might be useful and wanted to know everyone’s thoughts.
Basically, create a program that will take a Windows executable/dll, find all the imports and check Wine’s .spec files to see if the imports are stubs or don’t exist. Obviously could also go recursive through imports of other dlls down to the win32 sdk level too.
It might help figure out some “why is this program crashing” issues.
Thoughts?
Rob