Computing.Net > Forums > Programming > Own an antivirus system in C#

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Own an antivirus system in C#

Reply to Message Icon

Name: Felker
Date: May 31, 2009 at 20:46:13 Pacific
OS: Windows XP
Subcategory: Theory
Comment:

Hello!
Now I'm going to write own antivirus system with heuristic analysis. Main part is quite simple: antivirus provides access to virtual files for running application (maybe virus), which works with these files as if they are real. After this antivirus notify what running application attempted to do. I have BoxedApp SDK for emulation of a file system and registry. But antivirus may be more effective and flexible if there are additional tools for recognition of viruses. Maybe there are some ideas(except simple compare of known viruses code parts)?

Thank you!



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Batch Scripting HELP DLL protection



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Own an antivirus system in C#

Own an antivirus system in C# www.computing.net/answers/programming/own-an-antivirus-system-in-c/20306.html

How find an SSL socket in C++ www.computing.net/answers/programming/how-find-an-ssl-socket-in-c-/3842.html

system() in c++ www.computing.net/answers/programming/system-in-c/5896.html