Can anyone please give me the source code for antivirus i just want a hint and i can finish the rest
Make anti-virus program in VB.NETAntivirus
32 Replies - 48922 Views - Last Post: 11 August 2011 - 06:19 PM
Replies To: Make anti-virus program in VB.NET
#2
Re: Make anti-virus program in VB.NET
Posted 26 January 2009 - 11:11 AM
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
Post your code like this:
Thanks.
Post your code like this:
Thanks.
#4
Re: Make anti-virus program in VB.NET
Posted 27 January 2009 - 09:12 AM
I will post the code soon.
my antivirus removes viruses like
adobeRD9.0.exe
autorun.inf
picture.exe
folder.exe
scene.exe
i want to make anti-virus for the virus that is highly affecting computers
in my country Ethiopia it is "DULLA"
please help
after i post the code
my antivirus removes viruses like
adobeRD9.0.exe
autorun.inf
picture.exe
folder.exe
scene.exe
i want to make anti-virus for the virus that is highly affecting computers
in my country Ethiopia it is "DULLA"
please help
after i post the code
#5
Re: Make anti-virus program in VB.NET
Posted 27 January 2009 - 10:51 PM
There not viruses there malware...
#6
Re: Make anti-virus program in VB.NET
Posted 28 January 2009 - 12:22 AM
How can i tell the diffrence between a malware and a virus?
#7
Re: Make anti-virus program in VB.NET
Posted 28 January 2009 - 01:15 AM
Most good viruses are well hidden with in other programs but what your trying to get rid of is malware. And how do I know because iv got some of those before and now there gone
.
The first step to a anti-ANYTHING is a database. And a mechinism of scanning files.
The first step to a anti-ANYTHING is a database. And a mechinism of scanning files.
This post has been edited by Ändrew: 28 January 2009 - 01:16 AM
#8
Re: Make anti-virus program in VB.NET
Posted 28 January 2009 - 07:06 AM
Can access be a good database
i am developing in vb.net
i am developing in vb.net
#9
Re: Make anti-virus program in VB.NET
Posted 28 January 2009 - 07:19 AM
what kind of database, i mean in the database what is included.
example, please
example, please
#10
Re: Make anti-virus program in VB.NET
Posted 28 January 2009 - 07:29 AM
The database would have to include a list of all the known malware/viruses, or whatever you want to remove. And would have to be updated all the time...
You might be able to find something like that
You might be able to find something like that
#11
Re: Make anti-virus program in VB.NET
Posted 28 January 2009 - 09:28 AM
ok now i found some way to scan the computer but it did not scan all the computer it shows error message on c:\system volume information how can i scan all the computer, and what should i do if the computer have multiple hardidsks. The code is
List1 is for the list box.
Help
list1.Items.AddRange(Directory.GetFiles("C:\", "*.*", SearchOption.AllDirectories))
List1 is for the list box.
Help
This post has been edited by Gebriel: 29 January 2009 - 12:50 AM
#12
Re: Make anti-virus program in VB.NET
Posted 29 January 2009 - 12:55 AM
Please anyone help me!!
#13
Re: Make anti-virus program in VB.NET
Posted 29 January 2009 - 04:22 AM
Sorry internet was down I accidently unplugged it from the telephone line and didnt realise all day ;( .
But you should start with the database. I think the .mdb file is a database file? And if you can harness this and with some kind of version checker for e.g: where you compare 1 .txt text with one downloaded from a server. And if its the same do nothing if its not then it will download both files and overwrite the older ones.
Iv never done searching in VB.net I have no idea why I havent. But That infomation that I gave you above shall help you.
But you should start with the database. I think the .mdb file is a database file? And if you can harness this and with some kind of version checker for e.g: where you compare 1 .txt text with one downloaded from a server. And if its the same do nothing if its not then it will download both files and overwrite the older ones.
Iv never done searching in VB.net I have no idea why I havent. But That infomation that I gave you above shall help you.
#14
Re: Make anti-virus program in VB.NET
Posted 29 January 2009 - 09:30 AM
i can replace files, but the one replacing the file will be their and i dont want that to happen.
I need help how to get permission to search readonly folders such as
system volume informaion
i can replace files, but the one replacing the file will be their and i dont want that to happen.
I need help how to get permission to search readonly folders such as
system volume informaion
I need help how to get permission to search readonly folders such as
system volume informaion
i can replace files, but the one replacing the file will be their and i dont want that to happen.
I need help how to get permission to search readonly folders such as
system volume informaion
#15
Re: Make anti-virus program in VB.NET
Posted 29 January 2009 - 04:35 PM
Ahh... I was trying to help DB wise...
Im not sure how to do some of that stuff.
Im not sure how to do some of that stuff.
#16
Re: Make anti-virus program in VB.NET
Posted 29 January 2009 - 05:10 PM
you could try running as admin if your running vista.
|
|

New Topic/Question
Reply




MultiQuote







|