O
OzyV
Recently, I encountered this error when trying to execute a 32-bit version of an application in a 64-bit version of Windows.After spending several hours reading, I eventually came across a post that indicated what this error means:STATUS INVALID IMAGE FORMATInterestingly, I had just run procmon while attempting to start the application, and noticed that when the process starts, it attempts to load a series of images (aka: DLLs):More interestingly is that msvcr110.dll is the last "Image" that is being loaded.Armed with another wiki that indicates 7z can detect the bitness of a file, I ran the f
Continue reading...
Continue reading...