Coding contests >> Being a nice guy in VB. (Writing anti-virii)
Posted by Darioush on 19:51:00 08-20-2002
Uh, just wanted to be a active dude, so i HAD to post something, this one not destructive

Some1 tell me hoo locked my topic?
Posted by KaGez on 19:58:00 08-20-2002
I locked it, since we are no virus creating community. There are such communities out there, so please refer to them if you want to program viruses
[addsig]
Posted by Darioush on 20:28:00 08-20-2002
OH, great PPL think i'm a virus creater. IM NOT. i only did the second post, to be funny.& also to find the Norton Police here Just kidding.
Posted by robost86 on 20:31:00 08-20-2002
KaGez, just because you don't like a post/thread, you can't just delete it or lock it. Of course you're right when you say we're no virus creating community, and that post was the lamest thing I've seen for a long time, but please don't use your operator status this much

/Robert
Posted by fsvara on 21:21:00 08-20-2002
the smiley didn't help much.
Posted by KaGez on 22:01:00 08-20-2002
lol @ fsvara
OK, first _nobody_ cares about the forum and them I'm told that I abuse my rights, just because I'm the only one caring about it. Thank you! OK, you didn't say it in direct, but it actually was what you wanted to say, or not?
[addsig]
Posted by Darioush on 23:14:00 08-21-2002
Uh, just great. Someone just talk about the ANTI-Virus thingy? K?


------------------
Dedicated: Norton Police
Posted by dxprog on 23:32:00 08-21-2002
Anti-Virus program in VB would not be an easy task, or any language for the matter. [addsig]
Posted by KaGez on 23:54:00 08-21-2002
depends on how you write it... you could write it so that you are able to use the data of other programs, like Norton Anti-Virus data or something
[addsig]
Posted by dxprog on 10:35:00 08-22-2002
I'm talking about executables and all the types of compressed files and monitoring file downloads. [addsig]
Posted by KaGez on 15:58:00 08-22-2002
hmmm...
compressed files:
decompress them in some tmp directory and check the files.

downloads:
just check all input that goes through the device.

[addsig]
Posted by dxprog on 23:42:00 08-22-2002
Well, you have to know how each file was compressed. tarballs, gzips, zips, cabs, and I have seen several others. I'm just saying it would be a very time consuming thing to do. [addsig]
Posted by KaGez on 01:13:00 08-23-2002
you ever heard of a file header?
There everything is described in
[addsig]
Posted by dxprog on 08:45:00 08-23-2002
Of course I have. To me writing an anti-virus program seems like a huge undertaking. [addsig]
Posted by KaGez on 10:05:00 08-23-2002
it may be much code, but basically you only check for patterns inside a file...
[addsig]
Posted by -KEN- on 10:29:00 09-27-2002
Look, kaggy, face it - just stop coming here. Obviously everyone loves me and hates you. Face it.

don't worry, I still wiv you [addsig]
Posted by DarkEvilOne on 02:09:00 02-14-2003
this post has got me wanting to make a "mini" virus scanner

if i do i will probably download some files i know are infected with whatever virus then get info about that virus from somewhere like mcafee.com for testing. then i will probably make the anti virus program read from several files

a file containing registry entries that the virii create
a file containing lists of files the virii create
a file containing virii code or whatever to compare with .exe files

then just do checks or whatever for each of those things. if i can get it to detect the virii i download to test it with then woohoo
Posted by dxprog on 09:44:00 02-14-2003
Go for the gusto, man!!! [addsig]
Posted by themaximus on 00:02:00 09-14-2003
Norton Systemworks etc. is written in C++, I think... [addsig]