Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 327 Bytes

Virustotal-C-integration

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