Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Defender detect ffmpeg.exe as torjan #70

Closed
thewh1teagle opened this issue Jun 17, 2024 · 8 comments
Closed

Windows Defender detect ffmpeg.exe as torjan #70

thewh1teagle opened this issue Jun 17, 2024 · 8 comments

Comments

@thewh1teagle
Copy link

thewh1teagle commented Jun 17, 2024

I use avbuild in the project vibe and recently people reported that windows defender block the program with the error:

The file C:\Users\User\AppData\Local\vibe\ffmpeg.exe is infected with Gen:Variant.Lazy.540663 and was moved to quarantine. It is recommended that you run a System Scan to make sure your system is clean.

The file is ffmpeg-6.1-windows-desktop-vs2022ltl-default.7z

It's probably false positive by Windows defender, I reported to Microsoft that it's false positive at wdsi/filesubmission
Hope you can solve it
Thanks!

Related: thewh1teagle/vibe#126

Also virus total:
https://www.virustotal.com/gui/file/c91b4c9b8e5220ec5e511863a652aefb8ea08deae0bb80fb7466c4f65a09dfad

@wang-bin
Copy link
Owner

i can't fix it. don't use ltl, use vs2022 instead.

@wang-bin wang-bin closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2024
@thewh1teagle
Copy link
Author

thewh1teagle commented Jun 19, 2024

i can't fix it. don't use ltl, use vs2022 instead.

You can't fix it because you don't use it, or it's impossible in general?
Because personally I just reported the microsoft / av providers about false positive and it worked.
This one? avbuild/files/windows-desktop/ffmpeg-7.0-windows-desktop-vs2022-default.7z

What's the differences between all the builds? (lgpl, lite, etc) did you wrote the differences in some place?

Btw - [avbuild/files/windows-desktop/ffmpeg-7.0-windows-desktop-vs2022-default.7z] also detected as a virus in virustotal (only by MaxSecure)

@wang-bin
Copy link
Owner

yes. default: default features. lite: only some frequently used features and optimized for binary size. gpl: add some features in gpl license, for example x264 x265. ltl: build with vc-ltl to link to mscvrt instead of ucrt

@wang-bin
Copy link
Owner

vc-ltl author says the reason is linking to msvcrt, we can do nothing. so recommand to use ucrt.

@wang-bin
Copy link
Owner

wang-bin commented Jun 19, 2024

i have no idea about virus, afaik only ltl build is detected as virus. you can also try the binaries build by someone else

@thewh1teagle
Copy link
Author

thewh1teagle commented Jun 19, 2024

i have no idea about virus, afaik only ltl build is detected as virus. you can also try the binaries build by someone else

I like to use your builds because they are reliable and easy to use, and you support a wide range of operating systems. I really appreciate your work! If there's anything I can do to help, I’d be happy to try.

I have already reported the false positive to Microsoft and other antivirus providers, mentioning that your builds are open-source and should be whitelisted. Maybe you could report it as well.

@thewh1teagle
Copy link
Author

thewh1teagle commented Jun 19, 2024

i have no idea about virus, afaik only ltl build is detected as virus. you can also try the binaries build by someone else

It happens also with ffmpeg-7.0-windows-desktop-vs2022-default.7z (detected by MaxSecure in virustotal) see virustotal.com/gui/file/40cc)

@wang-bin
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants