在C#中制作防病毒软件 [英] Making an Antivirus in C#

查看:236
本文介绍了在C#中制作防病毒软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用C#制作防病毒软件的项目。并且保留的唯一条件是
我必须强制使用C#。 

如何制作它。 .NET Framework中是否有可以访问机器级别的内置库,这可以帮助我在C#中构建Windows操作的防病毒软件。请给我详细的指导,我只是C#语言的新手。

I have a project of making antivirus software using C#. And the only condition kept is I have to use C# compulsorily. 
How can I make it. Is there any built in libraries in .NET Framework that have access to the machine level, that can help me in building an Windows operated Antivirus Software in C#. Please give me detailed guidelines, I'm just new to C# language.

推荐答案

如果你不介意我问,为什么要创建自己的?  ;

If you don't mind me asking, why create your own? 

创建这样的程序首先不适合Windows窗体项目,如果你考虑这个是不明智的。将其作为服务创建将是一个起点,但即使如此,在编写这样的
一个程序时也需要考虑大量的事情。在您编写本文并最终得到与零售程序不匹配的解决方案时,您可以节省大量时间和精力,从而在您的时间内提高效率。

Creating such a program is not suited to a windows forms project in the first place, if you were considering this it's unwise. Creating this as a service would be a starting point yet even so there is a huge amount of things to consider when writing such a program. In the time you would take to write this and end up with a solution that does not match retail programs you could have saved a huge amount of time and energy doing something more productive with your time.


这篇关于在C#中制作防病毒软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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