Malwarebytes thinks these Matlab files are malware
Mostra commenti meno recenti
Malwarebytes flagged the 4 files below from my R2020b installation. Has anyone else experienced this? Can I safely assume it's a false alarm?
C:\PROGRAM FILES\MATLAB\R2020B\BIN\WIN64\LIBMWINT16TOUINT16.DLL
C:\PROGRAM FILES\MATLAB\R2020B\BIN\WIN64\LIBMWUINT16TOINT16.DLL
C:\PROGRAM FILES\MATLAB\R2020B\BIN\WIN64\LIBMWINT16TOUINT16.DLL
C:\PROGRAM FILES\MATLAB\R2020B\BIN\WIN64\LIBMWUINT16TOINT16.DLL
2 Commenti
Aditya Patil
il 13 Mag 2021
Modificato: Aditya Patil
il 13 Mag 2021
Can you share the sha256 hashes for these files, and the output of version command? The windows syntax for sha256 is
CertUtil -hashfile <FilePath> sha256
For linux, use the sha256sum command as follows,
sha256sum <FilePath>
The hashes should be,
b8bdbba6d35032838660db48df16b4a1b63550d56b52cea620e478720d6a4f87 for libmwint16touint16.dll
and
f6db907086c2cacd59d295dd7cf92287f81a11cf20f3e7433ec07ad8c1e7f7d2 for libmwuint16toint16.dll
unless there has been changes in the file during updates, in which case, the output of version command will help.
Matt J
il 14 Mag 2021
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Startup and Shutdown in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!