You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple antivirus written in C that uses VirusTotal API to check for malicious software
Setup:
Add your own API key to project.c file
run "make" in cloned directory
Run:
./scan /dir/to/check
or
./scan /file/to/check