Skip to content

Releases: kecalek13/CppAntiVirus

C++AntiVirus v0.2

09 May 14:35
5402518

Choose a tag to compare

Simple GUI made in Python Qt 6 and functions are same as in v0.1

And Antivirus will detect it as malware, I don't know why.

!! Do not delete or edit VirusDataBaseHash.bav database !!
If you move database to another directory where isn't the antivirus it will mark everything as clean because it will not find database.

C++AntiVirus v0.1

04 May 16:45

Choose a tag to compare

There are available four functions: scan file, scan directory, scan disc, scan all (all discs).

Program will hash every file to scan and compare it to a virus hash database, which has approximately 14,000 rows.

!! Do not delete or edit VirusDataBaseHash.bav database !!
If you move database to another directory where isn't the antivirus it will mark everything as clean because it will not find database.

C++AntiVirus v0.1-beta

26 Apr 08:38

Choose a tag to compare

Pre-release

A pre-release with file, directory, disc scanning function and scan all functions.