How to unblock a deployed application blocked by antivirus?

조회 수: 4 (최근 30일)
I can not run a standalone application deployed with MATLAB Compiler because the antivirus blocks it.
The application works fine in MATLAB and it successfully compiles, but when I try to execute (I try 'for_testing' and 'for_redistribution') the antivirus treats it as malware.
How can I fix this?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 6월 2일
편집: MathWorks Support Team 2023년 6월 2일
In order to fix this issue, consult with your antivirus vendor to help allow the standalone application.
Another possible workaround would be to compile the program without embedding the CTF archive into binaries using the "-C" flag:
>> mcc -C -m options mfilename

추가 답변 (1개)

Yair Altman
Yair Altman 2018년 1월 31일
편집: MathWorks Support Team 2025년 8월 13일
Another possible cause for the antivirus block is the XML manifest file which is included in the deployed executable.

카테고리

Help CenterFile Exchange에서 Application Deployment에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by