PDA

View Full Version : Own antivirus system in C#


Andio
05-21-09, 09:23 PM
Hello!
Now I'm going to write own an 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?

Thanks.

Andio
07-12-09, 12:57 PM
Looks like no one will help me. But I've got a solution by myself: BoxedApp SDK . This SDK is for emulating file system and registry in my own app.