Click to See Complete Forum and Search --> : AntiVirus in Progress, Need Help
NewGen
Feb 5th, 2004, 10:12 PM
My antivirus code is near perfect . . . yet the databases containing the information about viruses are extremely small. If you people could help out by downloading the virus email thing then that would be golden.
Current Databases are included. Just use the program to suggest virus entries via my smtp server . . .
Thank you very much,
Corey Langdon
URL: www.cel-eration.com
email: corey@cel-eration.com
NewGen
Feb 5th, 2004, 11:03 PM
I'm not kidding . . . i need virus definitions like now. If you don't trust my mail sender program then just email me at corey@cel-eration.com with:
- Possible Filenames
- Virus Name
- Common Code in Virus
It would be much easier if you just used my AddDBEntry.exe (in the zip file) because it gives structure so I don't have to read it and enter it . . .
Thanks
- Corey
BrianS
Feb 5th, 2004, 11:12 PM
Try the Project Request forum.
NoteMe
Feb 6th, 2004, 08:17 AM
Why can't you just use a virus application. Most of them has a big list of viruses from before. And you can omplement them in any way you want...
NewGen
Feb 6th, 2004, 10:43 AM
Thanks for anyone who downloaded the DBEntry Sender. Also, NoteMe, I would have used one but the Antivirus programs that have databases are encrypted so that viruses that enter the system can't read them. It was a good suggestion though, and i did find some entries at www.ravantivirus.com . . .. Thanks again guys
NewGen
Feb 6th, 2004, 12:46 PM
Does anyone want the source to an antivirus? I have the source for my lite version. It isn't complete and it's very buggy but it would be a great tutorial if you could understand it. Right now I will upload the uncommented source and later when i'm doe commenting I'll upload the full source. I guess one of my questions is could someone fix it for me? I have no clue what to do; I'm stuck.
NewGen
Feb 6th, 2004, 06:30 PM
If anyone wants the commented source of my antivirus program then wait a little bit. I also would like to say that it is full of bugs because it hasn't been tested yet. I am only uploading the source of my 'lite' version, which is why it has bugs. Please check out the source and leve some comments on this source on the post. . .
Danial
Feb 6th, 2004, 06:50 PM
Originally posted by NewGen
Thanks for anyone who downloaded the DBEntry Sender. Also, NoteMe, I would have used one but the Antivirus programs that have databases are encrypted so that viruses that enter the system can't read them. It was a good suggestion though, and i did find some entries at www.ravantivirus.com . . .. Thanks again guys
Have a look at this thread (http://www.vbforums.com/showthread.php?s=&threadid=273393) , i am looking for a good definition list.
Danial
randem
Feb 6th, 2004, 07:42 PM
NewGen
Originally posted by NewGen
My antivirus code is near perfect . . .
It isn't complete and it's very buggy...
I also would like to say that it is full of bugs...
Now, Which is it? I do not think anyone will take you up on your offer, you can not even make up your mind. I do not think anyone who reads this is going to run an exe (which is not normally done anyway).
NewGen
Feb 6th, 2004, 08:53 PM
Originally posted by randem
NewGen
Now, Which is it? I do not think anyone will take you up on your offer, you can not even make up your mind. I do not think anyone who reads this is going to run an exe (which is not normally done anyway).
If you haven't read, the source where i said the code is near perfect, is the source I am NOT GIVING OUT. There is no exe in the source anyway bud . . . the first exe in the zip is a program to send new entries to me if you find any. I am giving out my new 'lite' code though and THAT IS buggy, extremely buggy. But more fun anyway, because you can mod it easily when bug hunting. Also the reason I am giving out the lite source is because, for programmers, i think it would be easier to extend since the code is almost all consistent, whereas the full version code is written in many different formats.
e.g.:
Where strFiletoSearch on one section is varFileToSearch(integer) on another section. I have made up my mind lol.
I am almost done commenting the code, I just got back from percussion lessons, ensemble, and the KC Mallet Trio.
NewGen
Feb 6th, 2004, 09:05 PM
Ahh, finally, the commented code. Still has bugs but is commented now!
Don't forget to download the Database Update sender on my first post!!! It would be great if you all could help out the project!
CEL AntiVirus Lite 2004 Source:
randem
Feb 6th, 2004, 09:21 PM
Originally posted by NewGen
It would be much easier if you just used my AddDBEntry.exe (in the zip file) because it gives structure so I don't have to read it and enter it . . .
Thanks
- Corey
NewGen
Feb 7th, 2004, 12:46 AM
Anyone who has downloaded the code please send an email to corey@cel-eration.com and tell me ur username . . . or at least that would be great. Thanks much for supporting the project. Also i am going to re-up the Database suggester thing because i really need some definitions and I am a one man team (contradictory?) and I only have so much free time. Also please don't send me anything about a list of viruses somewhere on the internet because I have to manually parse every definition to filename(s). If anyone knows a list where it shows all knows viruses(or many) with their filename(s) on one page then please send it via email, corey@cel-eration.com
Thanks
- Corey
Database Suggester:
Kasracer
Feb 7th, 2004, 06:12 PM
You made an anti-virus application in VB.........
NewGen
Feb 7th, 2004, 07:16 PM
Yeah, i made on in vb. Do you have a problem? have you EVER made an AntiVirus? what code have you completed, thats worth looking at. Back off kasracer, you disgust me. You know why? Because you decide to trash on other people's ideas while you have nothing of your own. Loser . . .
Kasracer
Feb 7th, 2004, 08:26 PM
Originally posted by NewGen
Yeah, i made on in vb. Do you have a problem? have you EVER made an AntiVirus? what code have you completed, thats worth looking at. Back off kasracer, you disgust me. You know why? Because you decide to trash on other people's ideas while you have nothing of your own. Loser . . . No I haven't made an anti-virus. However, my friend has and I know what needs to go into making one. Using a lower level language would have made the program alot faster. When scanning an entire system in VB, I can guarentee it'll be quite slow and never as efficient as any other virus scanners currently out their. VB.NET is 50% faster (Microsoft's estimate) than VB6, yet VB.NET takes more than twice the time doing any IO funcitons than C++ or C.
I don't trash on people's ideas, I critize. I don't sugar coat anything, I just say it outright and usually people learn and make things better.
I am not a 'loser' (You don't even know me) and I do have other things I have made. However, none of them are on my site and I lost a graphic editing program I made due to a format + bad hard drive. That and I've only been programming for about 8 months or so, so I haven't really started any large projects.
NewGen
Feb 7th, 2004, 08:45 PM
Well if you have only been programming for 8 months then what gives you a right to criticize, huh newbie? Anyway screw that. your friend has and that gives you all knowledge of it.
Kasracer
Feb 7th, 2004, 09:04 PM
Originally posted by NewGen
Well if you have only been programming for 8 months then what gives you a right to criticize, huh newbie? Anyway screw that. your friend has and that gives you all knowledge of it. Wow, just wow.... and I am the newbie? LOL
You're funny, I like you
kovan
Feb 17th, 2004, 03:56 PM
Originally posted by NewGen
Well if you have only been programming for 8 months then what gives you a right to criticize, huh newbie? Anyway screw that. your friend has and that gives you all knowledge of it.
dont listen to him he is just a kid
kasracer, seriously dude leave people alone
I have been observing your behaviour for a while and u seem to annoy the hell out of people.
yes i dont even know you either but from how you potray yourself with the idotic posts publish just makes me think whats your problem.
just to piss you off some more maybe, i made a GDI compass (yep thats lots of drawing in vb when i should have used c++)
Kasracer
Feb 17th, 2004, 06:35 PM
Originally posted by kovan
dont listen to him he is just a kid
No I'm not. GOD FORBID SOMEONE ACTS DIFFERENT ON THE INTERNET THAN IN REAL LIFE!
Originally posted by kovan
kasracer, seriously dude leave people alone
I have been observing your behaviour for a while and u seem to annoy the hell out of people. Why are you "observing" me? Do you have a crush on me or something? :confused:
Originally posted by kovan
with the idotic posts publish just makes me think whats your problem. I don't post idiotic (irony) posts. Perhaps reading them and doing some research would make you understand better?
Originally posted by kovan
just to piss you off some more maybe, i made a GDI compass (yep thats lots of drawing in vb when i should have used c++) Why would that piss me off? You're only alienating people who may have had a use for it.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.