Releases: kecalek13/CppAntiVirus
C++AntiVirus v0.2
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
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
A pre-release with file, directory, disc scanning function and scan all functions.