Scan Files For A Virus Programmatically?
Dec 25, 2005
I have an immediate requirement in my project.I need to scan any file for virus.if a virus exists then that file should be deleted and not saved in the server.this should be done within the code.
View 5 Replies
ADVERTISEMENT
Sep 24, 2009
i want to make a virus remover/scanner tht deletes files og scans for virus.. Just reply i you know some of codes or if you have a project.
View 15 Replies
Sep 24, 2009
i want to make a virus remover/scanner tht deletes files og scans for virus.. Just reply i you know some of codes or if you have a project.VB2008/2010..
View 11 Replies
Apr 1, 2009
I need to scan either a drive are folder and search for .theme .VStyle and shellstyle.dll and there folder/subfolder names.The code scans for all .Theme files on the drive or in a folder, when it finds it it stores the folder name that file is in and also the name of the .theme .
View 4 Replies
Nov 23, 2011
I am working on a small music player software that runs from the thumbdrive and does not need to be installed. The problem is that when ever i scan the directory for files, it will not scan unless I am running it on a computer that has previously compiled the code. Regardless of whether visual studio is installed or not. Below is the rountine for the scan that is not working. It seems to stop at the 'ForEach ti in hi.getfiles'.
UserInput.Close()
Dim Found As String = ""
Dim C As String = My.Computer.FileSystem.SpecialDirectories.MyMusic
Dim Directory As String = My.Computer.FileSystem.CurrentDirectory
[code]....
View 13 Replies
Jan 3, 2011
My program allows users to upload some files so other users can download it. Is there a way that I can scan the files for virus upon upload/download within the program? How can I go about this?
EDIT: Actually is there a way for the program to use the installed Virus program located on the users computer?
View 2 Replies
Mar 7, 2011
I'm getting ready to take a class in VB.NET and I had a friend ask me if I could make a little something for him, so I said sure not knowing what it was at first.
I know I can use a GetDirectories() to list all the files/folders in a given directory. The part I'm not to sure about is how to list them with list headers of Path, Size, etc, and have them sortable.
View 3 Replies
Aug 12, 2010
I am using the .getdirectory to scan my whole c drive for certain files to be backup. e.g *.doc. however when i run the code, i hit into error. stating folder access error. one of the folder which cause the error is system information volume.
View 8 Replies
Feb 28, 2009
am trying to scan a directory and copy all excel files to a single directoryhere is the codeTry
For Each foundFile In My.Computer.FileSystem.GetFiles("e:datainventory_resultsarchive", FileIO.SearchOption.SearchAllSubDirectories, "*.xls")
[Code]....
View 3 Replies
Mar 3, 2009
I have found several open-source/freeware programs that allow you to convert .doc files to .pdf files, but they're all of the application/printer driver variety, with no SDK attached.
I have found several programs that do have an SDK allowing you to convert .doc files to .pdf files, but they're all of the proprietary type, $2,000 a license or thereabouts.
Does anyone know of any clean, inexpensive (preferably free) programmatic solution to my problem, using C# or VB.NET?
View 9 Replies
Sep 6, 2009
Is it possible to programmatically zip/unzip files in vb.net? Meaning, not that it will extract the files for the user, but take the files inside the zip and be able to use them in the application?
View 2 Replies
Nov 15, 2011
is it possible that I create a program that allows you to open a file, then if you click the button labelled "Properties", it will open the properties window for the file selected. This is so that you won't have to go to the file, right-click it, then select Properties.
View 1 Replies
Nov 19, 2010
I would like do this in a script task. For example i would like to be able to do something like this:
For each file as file in strDirectory
file.delete
next file
View 3 Replies
Apr 2, 2012
every time i hit debug my avg shows i got two trojan viruses this just started happening recently... if i hit the debug button Trojan.Horse.PSWAgent.Auru will display on my screen i tried uninstalling and reinstalling it and still has the same issue...ran a few scans with avg , malwarebytes?
View 5 Replies
Sep 16, 2009
i wanted to make a virus remover..
View 6 Replies
Feb 25, 2009
Then i downloaded C4F (Code 4 Fun) an application that's allow you to make Peer2Peer Applications using the PNRP.
So then i made a simple chat (Must say you do not need to fill in any code at all for this chat system) then i compile the source code to an *.exe file and everything seems fine at this stage.
But now the problem accours, when im am sending my chat application to my friends they got an alert about it's a virus im sending them. but when the file is on my own system it dosent say anything at all, and i have AVG Pro Edition & OutPost Firewall 2009 with lifetime license. and all my Anti Virus / Spyware Engine is up to date.
I have been writing on another forum on the internet but they just told me that my system was infected with a virus and that was the problem. s� ive completely deleted my whole system, and installed the Windows XP Professionel again.
But i i stil have the same problem? any one knows whats going on here. i cant post anycode for this cause you don't need any code for making a Chat application in C4F, Basicly it loads a C4F project in to Visual Basic Studio 2008 with no source at all.
View 3 Replies
Aug 16, 2010
I just want to ask if you have encountered that the anti-virus treat the .exe files in bin folder as virus threat....If you have, can you please tell me what to do?
View 12 Replies
Jan 14, 2012
since i started to vb i made several exe files and when i tried to show them to my friends or someone else but every single time i got the "Virus!" label stuck to my program.. i mean antivirus programs ran alarms and screamed "Are you nuts ?! Its a VIRUS!!" and i dont want that happen... how can i prevent this to happen??
View 9 Replies
Feb 11, 2012
I've got an interesting situation. Norton Anti-Virus, on a friend's computer, has flagged my program as a virus and I have no idea why. I'll post the code here so maybe someone can tell me why?
[code]...
Norton is claiming it is a WS.Reputation 1, what ever that is? (I had to remove the main page coding because it made the post too long and they wouldn't allow that many words.)
View 4 Replies
May 14, 2010
give me anti virus code for vb.net
View 1 Replies
Jun 12, 2009
I am trying to make a anti virus program, I know that any antivirus should have a file contains a database of virus signatures. How to build a database in VB.Net? I'm not asking about the way to create the database. What I want to know is how to write the virus signatures in the database? What actually a virus signature is? Is it strings used in a virus or what?
View 1 Replies
Aug 22, 2009
Would it be possible to make an anti virus program in vb?
View 2 Replies
Dec 16, 2009
Is it possible to make an anti-virus in vb? Like for example the ability to scan through many files and find the memory encryption of each. (What i meant was like 442FSET5, Something like that). And the possibility to remove all files related to the specific virus or code?
View 1 Replies
Apr 21, 2009
I was thinking you could have a database with all the Viruses then it runs through the system and checks for any.
View 1 Replies
May 2, 2011
I am trying to make a Anti-virus program. I know how Viruses work and how anti-viruses work but i don't know how to make them. So if anyone can give me a Anti-virus program sample in VB if can. (I don't really work with C#, C++, C)
View 2 Replies
Dec 3, 2008
how can i make anti virus software in .net?
View 12 Replies
Jan 26, 2009
give me the source code for antivirus i just want a hint and i can finish the rest?
View 14 Replies
Sep 12, 2009
I'm developing a new Anti-Virus with a more friendly interface. I looked on youtube, and i followed the example of a Fake Av, but i'm making it real, with scaning options. So, down are some use-full informations,before asking:It's a three forms application, so down i'll post the hole code, for future askings:Form 1:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Start()
End Sub
[code]....
So, when i choose a drop-down option from the combobox and hit scan key, the AV will scan the listed files, and also show to a listbox in the 2nd form, when i hit clean viruses. It's a little bit complicated, it hink, but it must work. Another problem is that, the timer isn't setted for when fnishing scanning the system files, but is setted after a period of time. I want it, to Stop when the AV finsihed scanning dor the suspicios files and folders, if they exist.
View 8 Replies
Jan 19, 2009
I know you would need the traces of what the virus was written in; in order to find a virus. But i am just curious, how would you go about doing this?
View 3 Replies
Sep 13, 2011
Im trying to make a simple uploading program but when i run the program it is being detected as a virus and is being deleted. I have tried using 2 different ways of doing the ftp uploading but both are being deleted. the code im using is:
My.Computer.Network.UploadFile("file location", "upload location", "username", "password")
and
Dim request As System.Net.FtpWebRequest = DirectCast(System.Net.FtpWebRequest.Create("upload
[code].....
View 4 Replies