projectmatris / antimalwareapp

Anti-malware for Android using machine learning
https://www.projectmatris.tech/
GNU General Public License v3.0
255 stars 34 forks source link

Why not use virustotal in the app? #37

Closed ankris812 closed 3 years ago

ankris812 commented 3 years ago

if you combine the machine learning and the virustotal result it can be more exact, no?

projectmatris commented 3 years ago

It can be. But we like to keep the operation of LibreAV on the device itself.

EchedelleLR commented 3 years ago

I would disagree including VirusTotal given that is a non-free network service (itself) and depends a lot of non-free engines.

Integrating it with ClamAV (one the few free engines used by VirusTotal) locally would be better.

ankris812 commented 3 years ago

I would disagree including VirusTotal given that is a non-free network service (itself) and depends a lot of non-free engines.

Integrating it with ClamAV (one the few free engines used by VirusTotal) locally would be better.

true