mtex icon indicating copy to clipboard operation
mtex copied to clipboard

Broken antivirus software reporting virus associated with jcvoronoi

Open GinnyP15 opened this issue 10 months ago • 4 comments

What do you want to do? Yesterday I started getting trojan horse virus messages when running matlab with mtex 5.11.2. I tried removing mtex and downloading the newer version and during the extraction of the zip file a part of the download was quarantined. I tried this again with a different version with the same result. It means that I am not able to use the code in matlab.

One of our IT support checked out (https://github.com/mtex-toolbox/mtex/blob/mtex-6.0.0/mex/jcvoronoi_mex.mexw64) with a tool called Virus Total and it showed it as having a malicious virus. He thought perhaps someone external could have modified the code to embed the virus. Microsoft Defender is identifying the offending code as \mtex-6.0.0\mex\jcvoronoi_mex.mexw64 and when I run my code in matlab it also identifies this string as a problem. I am hoping you can look into this to fix the issue.

Thanks! Ginny Peterson What data do you have?

What code do you use? Please provide minimalist code with code in the following form

% load the data
ebsd = EBSD.load('myFile.txt')

% plot a pole figure
plotPDF(ebsd,Miller(1,0,0,ebsd.CS)

What result do you get

What result do you expect

Error Message If you get an error message copy and paste it below

put the error message here

What MTEX version do you use?

GinnyP15 avatar Jan 21 '25 20:01 GinnyP15