Make anti-virus program in VB.NETAntivirus
32 Replies - 49174 Views - Last Post: 11 August 2011 - 06:19 PM
#1
Make anti-virus program in VB.NET
Posted 26 January 2009 - 02:29 AM
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
Post your code like this:
Thanks.
#4
Re: Make anti-virus program in VB.NET
Posted 27 January 2009 - 09:12 AM
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
#6
Re: Make anti-virus program in VB.NET
Posted 28 January 2009 - 12:22 AM
#7
Re: Make anti-virus program in VB.NET
Posted 28 January 2009 - 01:15 AM
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
i am developing in vb.net
#9
Re: Make anti-virus program in VB.NET
Posted 28 January 2009 - 07:19 AM
example, please
#10
Re: Make anti-virus program in VB.NET
Posted 28 January 2009 - 07:29 AM
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
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
#13
Re: Make anti-virus program in VB.NET
Posted 29 January 2009 - 04:22 AM
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 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
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
|
|

New Topic/Question
Reply




MultiQuote







|