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#
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)?
Summary: 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 wit...
Summary: I need an SSL Socket in C++ for visual studio .NET but I don't find one on the web. Where I can find one and documentation on this subject. ...
Summary: hi i tried running string fileName; cout > fileName; system("autorun.exe " fileName); in c++, but get an error on the system() line. does anyone know how to run system, with the filename determined a...