poizan42 / soswow64

windbg/dbgeng extension for debugging 64-bit dumps of 32-bit .NET processes.
Other
80 stars 11 forks source link

Can't run on Windows 7 #3

Closed mistika12 closed 7 years ago

mistika12 commented 7 years ago

Compiled under VS 2013, but could not load into Windbg(x86)

.load soswow64 The call to LoadLibrary(soswow64.dll) failed, Win32 error 0n126 "The specified module could not be found."

ProcessMonitor showed that it tried to load 'api-ms-win-core-libraryloader-l1-2-0.dll' that doesn't exist on Win 7. Changing linker input project properties from mincore.lib (required for VerQueryValue) to version.lib fixed the issue

poizan42 commented 7 years ago

Fixed