Own an antivirus system in C#

Discussion in 'Programming' started by Key-c, Feb 8, 2011.

  1. #1
    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 ( http://boxedapp.com/ ) 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!
     
    Key-c, Feb 8, 2011 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,841
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #2
    That's a pretty ambitious task. Just the testing will be difficult. Do you have computers set up with all the different operating systems or are you going to ghost them onto the same machine one at a time?
     
    sarahk, Apr 18, 2011 IP