View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000485 | file | General | public | 2023-11-04 12:31 | 2023-11-04 14:13 |
Reporter | r4gn4r0x | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 5.44 | ||||
Summary | 0000485: MSDOS executables incorrectly classified as "Windows Icons Library 16-bit" | ||||
Description | An MSDOS executable, previously classified with file 5.38 as "MS-DOS executable" now gets classified as "Windows Icons Library 16-bit" with file 5.44. | ||||
Steps To Reproduce | $ file --version file-5.38 magic file from /etc/magic:/usr/share/misc/magic $ file ~/.wine32/drive_c/windows/rundll.exe /home/user/.wine32/drive_c/windows/rundll.exe: MS-DOS executable $ file --version file-5.44 magic file from /etc/magic:/usr/share/misc/magic $ file ~/.wine32/drive_c/windows/rundll.exe /home/user/.wine32/drive_c/windows/rundll.exe: Windows Icons Library 16-bit | ||||
Additional Information | Tested on the exact same EXE from a Wine installation on Ubuntu 22.04. | ||||
Tags | magic | ||||
|
Other examples : $ file --version file-5.44 magic file from /etc/magic:/usr/share/misc/magic $ file ~/.wine32/drive_c/windows/rundll.exe ~/.wine32/drive_c/windows/system32/gdi.exe ~/.wine32/drive_c/windows/system32/user.exe ~/.wine32/drive_c/windows/system32/mouse.drv ~/.wine32/drive_c/windows/system32/winaspi.dll /home/user/.wine32/drive_c/windows/rundll.exe: Windows Icons Library 16-bit /home/user/.wine32/drive_c/windows/system32/gdi.exe: Windows Icons Library 16-bit /home/user/.wine32/drive_c/windows/system32/user.exe: Windows Icons Library 16-bit /home/user/.wine32/drive_c/windows/system32/mouse.drv: Windows Icons Library 16-bit /home/user/.wine32/drive_c/windows/system32/winaspi.dll: Windows Icons Library 16-bit $ file --version file-5.38 magic file from /etc/magic:/usr/share/misc/magic $ file ~/.wine32/drive_c/windows/rundll.exe ~/.wine32/drive_c/windows/system32/gdi.exe ~/.wine32/drive_c/windows/system32/user.exe ~/.wine32/drive_c/windows/system32/mouse.drv ~/.wine32/drive_c/windows/system32/winaspi.dll /home/morfal/.wine32/drive_c/windows/rundll.exe: MS-DOS executable, NE for MS Windows 3.x (EXE) /home/morfal/.wine32/drive_c/windows/system32/gdi.exe: MS-DOS executable, NE for MS Windows 3.x (DLL or font) /home/morfal/.wine32/drive_c/windows/system32/user.exe: MS-DOS executable, NE for MS Windows 3.x (DLL or font) /home/morfal/.wine32/drive_c/windows/system32/mouse.drv: MS-DOS executable, NE for MS Windows 3.x (DLL or font) /home/morfal/.wine32/drive_c/windows/system32/winaspi.dll: MS-DOS executable, NE for MS Windows 3.x (DLL or font) |