Skip to content

Version 1.0.0

Latest
Compare
Choose a tag to compare
@hcshires hcshires released this 29 Nov 23:53

Orion Antivirus by Henry Shires - V1.0.0

A file-based antivirus that contains a list of MD5 hashes from known malware, compares them with a selected file and determines if it's malware. The user then has the option to delete the file from the computer.

My overview video

Use Orion Antivirus to:

  • Browse for a file to scan
  • Orion Antivirus will automatically determine if it is infected
  • Optionally delete the infected file (clean files will not be able to be deleted via the program)

Features include:

  • Relatively fast scanner algorithm
  • Complete deletion of infected files
  • Simple, modern, and easy-to-use interface
  • Real-time logging of scan data in the UI

The Algorithm consists of generating an MD5 hash checksum for the user's file and comparing it with a list of known malware MD5 hashes in a text file.

This program is open source and free to download and use on Windows machines with .NET 4.6.1 or higher.

image

Thank you for using Orion Antivirus! Please submit feedback or feature requests below. Visit my website to see more of my work: https://hcshires.github.io/

-- Henry Shires