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.
Pogramatic virus identification
Name: borelli35 Date: November 29, 2008 at 20:20:22 Pacific OS: XP Home CPU/Ram: 2.4 / 1024 Product: custom
Comment:
I need to find some code that will help me to be able to identify any virus so that I can test a program that I've been working on. I don't need to know how to write a virus (although I'm sure it's not difficult) I just need to know how to detect other peoples ideas of what they call a virus. I'm not sure of the general approach (using definition files etc) but I think I might have a better way and I want to be able to test the theory before proceeding further.
Name: BatchFreak Date: November 29, 2008 at 21:03:31 Pacific
Reply:
Any? Viruses come in all shapes and sizes which is why Virus Detectors use a "list" of known viruses as well as definitions of known viral activity "Connecting to the internet without user approval." I'm not sure what your idea is... but I doubt theres a better way than is currently possible.
If you are looking for virus' to test this on. You could try writing a code that will automatically copy itself to your startup folder and then FTP your drives to remote website without user authentication. It will run each time you log on, so your entire computer can be mapped/ traced by an exterior source.
Although I doubt it is possible to make your idea work, I wish you luck.
I only Batch if possible, 2000 more lines of code, oh well.
Summary: The first part for virus indentification is string matching.String matching is often used by antivirus programs to positively identify viral strains.But,it is also a method that is used by viruses to ...
Summary: hello, i have found some information about writing Marcos for Winword, all of them (at least what i have found) are written for Winword 6.0 , but those macros do not run on OfficeXP (for WinXP) anymo...
Summary: hi, i am assigned to write a small article about computer viruses for the university student magazine. i know that in the old days (DOS, 16-bit), if a virus wants to insert its viral code into a .EXE ...