I'm getting this when I try to load up some PE binary for a cracking game under Kali.
Getting it to run at all isn't part of the challenge.
0009:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"test.exe" cannot be loaded.
However, I do have:
$ find / -iname "*mscoree.dll*" 2>/dev/null
/usr/lib/i386-linux-gnu/wine/mscoree.dll.so
/usr/lib/i386-linux-gnu/wine/fakedlls/mscoree.dll
/usr/lib/x86_64-linux-gnu/wine/mscoree.dll.so
/usr/lib/x86_64-linux-gnu/wine/fakedlls/mscoree.dll
What is wrong?
I've been trying to fix this with various winetricks commands such as:
winetricks dotnet45
winetricks forcemono
Including installing mono-complete.
Asked by AlphaCentauri
(802 rep)
Apr 18, 2019, 09:26 PM
Last activity: May 8, 2025, 02:07 PM
Last activity: May 8, 2025, 02:07 PM