954,529 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Anti-Virus Program

I have a few things I want to make that I havent yet so this will be a later project but I was just wondering,

How would a anti virus program work in C#?

I've seen ones on youtube that iterate through your HD and looks for keywords like "Virus","Trojan" and thats basically useless..

So how should a antivirus program detect if its a malicious file?


Thanks!

nsutton
Light Poster
46 posts since Apr 2010
Reputation Points: 10
Solved Threads: 2
 

First of all I recommend you not to use C#.
try C++.

read this http://answers.yahoo.com/question/index?qid=20080707012531AAeYzfK

finito
Nearly a Posting Virtuoso
1,321 posts since May 2010
Reputation Points: 60
Solved Threads: 135
 

But why? He didn't explain the benefits of C++. Does the api only work on C++?

Why would a lower level language help?

nsutton
Light Poster
46 posts since Apr 2010
Reputation Points: 10
Solved Threads: 2
 

Well read this.

http://www.gamedev.net/community/forums/topic.asp?topic_id=392585

C# is considered slower than C++. This discussion will help you consider what you want to do.

finito
Nearly a Posting Virtuoso
1,321 posts since May 2010
Reputation Points: 60
Solved Threads: 135
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: