Thread: Own an antivirus system in C#

  1. #1
    Registered User
    Join Date
    May 2009
    Posts
    13

    Own an antivirus system in C#

    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 simply comparison of known virus's code part)?

    Thank you!

  2. #2
    Registered User
    Join Date
    Apr 2008
    Posts
    58
    maybe i think u need to analysis file structure.

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    13
    And how virus file may differs from non-virus?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File System Implementation
    By dodgeviper in forum C Programming
    Replies: 9
    Last Post: 11-16-2007, 01:04 PM
  2. Using system icons
    By @nthony in forum Windows Programming
    Replies: 1
    Last Post: 01-13-2007, 07:56 PM
  3. Linux database system needed
    By BobS0327 in forum Tech Board
    Replies: 7
    Last Post: 06-11-2006, 03:56 PM
  4. measuring system resources used by a function
    By Aran in forum C Programming
    Replies: 1
    Last Post: 03-13-2006, 05:35 PM
  5. BIOS system and memory allocation problem
    By beely in forum Tech Board
    Replies: 9
    Last Post: 11-25-2003, 07:12 AM

Tags for this Thread