Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am Umesh i would like to create an antivirus which can give good performance and this antivirus should not decrease system Speed give me some hint for this
Posted

1 solution

Anti virus software work on pattern matching principals, the newer ones check for non-standard activity.

A managed runtime like .net is not suited for pattern matching at the level of performance required for anti virus software today.

You can however implement the pattern matching in a lower level language (non managed) like c++ and build the rest of your software (UI etc.) in .net .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900