在C#.NET中创建防病毒软件,但这不应该降低系统速度 [英] Creation of Antivirus in C#.NET for fee but this should not decrease system Speed

查看:60
本文介绍了在C#.NET中创建防病毒软件,但这不应该降低系统速度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Umesh我想创建一个可以提供良好性能的防病毒软件,这个防病毒程序不应该降低系统速度给我一些暗示

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

推荐答案

Anti病毒软件在模式匹配主体上工作,较新的检查非标准活动。



像.net这样的托管运行时不适合模式匹配今天反病毒软件所需的性能。



然而,您可以使用较低级别的语言(非托管)(如c ++)实现模式匹配,并构建其余的软件( UI等).net。
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 .


这篇关于在C#.NET中创建防病毒软件,但这不应该降低系统速度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆