http://bugs.winehq.org/show_bug.cgi?id=59279 Bug ID: 59279 Summary: dplaysvr.exe & dpvsetup.exe: Win.Malware.Zusy Malware Detected Product: Wine Version: 11.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: dplay Assignee: wine-bugs@list.winehq.org Reporter: keith.schindler@gd-ms.com Distribution: --- Good afternoon, We build/install WINE from source and have recently noticed that ClamAV detects the installed dplaysvr.exe & dpvsetup.exe binaries as malicious. Build steps: [install Ubuntu 22.04 deps] mkdir -p build cd build git clone https://gitlab.winehq.org/wine/wine.git cd wine && git checkout stable && git pull cd - mkdir -p ./build/{wine-32,wine-64} cd ./build/wine-64 && ../../wine/configure CFLAGS='-march=native -O3 -pipe -fstack-protector-strong' --enable-win64 --without-xshm cd ../wine-32 && PKG_CONFIG_PATH=/usr/lib/pkgconfig ../../wine/configure CFLAGS='-march=native -O3 -pipe -fstack-protector-strong' --with-wine64=../wine-64 --without-xshm cd ../wine-64 && make -j$(($(nproc) - 1)) cd ../wine-32 && make -j$(($(nproc) - 1)) make install -j$(($(nproc) - 1)) cd ../wine-64 && sudo make install -j$(($(nproc) - 1)) Malware detection: root@wine-bld-test:~/build/build# clamscan -v /usr/local/lib/wine/*-windows/d*.exe | grep FOUND /usr/local/lib/wine/i386-windows/dplaysvr.exe: Win.Malware.Zusy-9883755-0 FOUND /usr/local/lib/wine/i386-windows/dpvsetup.exe: Win.Malware.Zusy-9883754-0 FOUND /usr/local/lib/wine/x86_64-windows/dplaysvr.exe: Win.Malware.Zusy-9883755-0 FOUND /usr/local/lib/wine/x86_64-windows/dpvsetup.exe: Win.Malware.Zusy-9883754-0 FOUND Is this a known false-positive, or is something funny going on? Thank you! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.