26 Replies - 7424 Views - Last Post: 10 February 2010 - 07:21 PM
#1
antivirus creation
Posted 30 January 2010 - 02:15 AM
Replies To: antivirus creation
#2
Re: antivirus creation
Posted 30 January 2010 - 07:29 AM
1.) Do not post like this, sensible English is needed when posting here.
2.) Read the forum rules.
3.) Use a search engine and actually try to LEARN VB.net rather than claiming for others work.
4.) We NEVER hand out source code, but we will help you if, YOU put in some EFFORT and show us what you have done so far, which I guess is nothing.
(Ps. If that's to much for you to read I made the key points upper-case.)
#3
Re: antivirus creation
Posted 30 January 2010 - 07:42 AM
blackwagon1987, on 30 Jan, 2010 - 01:15 AM, said:
You simply wouldn't.
There are literally countless, FREELY available anti-virus software packages out there today.
Most of them quite good in fact.
Your user-base would be zero, you ARE no match for any team of experts who are creating these virus scanners using, more than likely, C++
Get ready to shake n' RUN for your life with next release of Norton, I hear it is gonna be a ripper.
Trent Jackson
This post has been edited by T.Jackson: 30 January 2010 - 07:43 AM
#4
Re: antivirus creation
Posted 30 January 2010 - 07:57 AM
#5
Re: antivirus creation
Posted 30 January 2010 - 08:06 AM
#6
Re: antivirus creation
Posted 30 January 2010 - 08:12 AM
Asscotte, on 30 Jan, 2010 - 08:29 AM, said:
Unacceptable.
T.Jackson, on 30 Jan, 2010 - 09:06 AM, said:
Then you really don't have any room to be saying what can or can't be done.
To make a simple antivirus isn't terribly difficult. You hook the windows messaging API & scan for virus strings.
#7
Re: antivirus creation
Posted 30 January 2010 - 08:17 AM
#8
Re: antivirus creation
Posted 30 January 2010 - 09:29 AM
#9
Re: antivirus creation
Posted 31 January 2010 - 05:41 PM
possible but not practical
and
definately
not a beginner question
#10
Re: antivirus creation
Posted 01 February 2010 - 05:46 AM
AdamSpeight2008, on 30 Jan, 2010 - 08:29 AM, said:
Protect Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message) Debug.WriteLine(m.ToString) ' Remembering to call the baseclass's WndProc MyBase.WndProc(m) End Sub
Yeah and the rest mate.
Like about 20,000 lines of code.
Laughing.
#11
Re: antivirus creation
Posted 01 February 2010 - 05:52 AM
some very intelligent people are arguing that sub-classing (intercepting the operating system's messages) -- isn't possible in managed .NET code.
I personally don't know -- it is not my area of interest.
#12
Re: antivirus creation
Posted 01 February 2010 - 06:11 AM
twj_888, on 1 Feb, 2010 - 11:52 AM, said:
some very intelligent people are arguing that sub-classing (intercepting the operating system's messages) -- isn't possible in managed .NET code.
I personally don't know -- it is not my area of interest.
I have seen it done with VB.NET before, the intercepting of system messages anyway. No idea what the code looks like, nor do I understand how it works.
If the OP was interested in making an antivirus program, it would probably be best to give up on it, especially if you want actual credibility for your work. There are too many already good antivirus software companies, who have whole teams dedicated to working on it.
I know Kaspersky started off small, but it doesnt mean there is room for anything else. Would just be best to focus your time and effort on something more worthwhile. That is, if the OP still looks at this thread. It seems everyone else has taken it over to argue...
#13
Re: antivirus creation
Posted 01 February 2010 - 06:34 AM
#14
Re: antivirus creation
Posted 01 February 2010 - 08:28 AM
Like I said not Impossible but Impractical. Having said that you could very easily create a static scanning tool, which is a virus scanner that you use on a file to check its Byte code\s against the Byte code\s of a 'Virus'.
#15
Re: antivirus creation
Posted 01 February 2010 - 11:25 AM
AMDKilla, on 1 Feb, 2010 - 05:11 AM, said:
You know what's an interesting observation?
Most of the top VB6 programmers on the web (the ones that have contributed source code) -- all seem to have devoted a lot of their time to researching and implementing subclassing into a variety of projects.
None of them ever merged across to .NET, and lets' face it -- .NET leaves VB6 for dead in terms of efficiency.
I feel that they've stuck with VB6 because of the fact that they had the ability to subclass, mix assembly etc ...
.NET is not a hacker's language.
This post has been edited by twj_888: 01 February 2010 - 11:26 AM
|
|

New Topic/Question
Reply




MultiQuote





|