Make Anti-virus Program In .NET?
Jan 26, 2009give me the source code for antivirus i just want a hint and i can finish the rest?
View 14 Repliesgive me the source code for antivirus i just want a hint and i can finish the rest?
View 14 RepliesWould it be possible to make an anti virus program in vb?
View 2 RepliesIs 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 RepliesI 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 RepliesAre there any good websites that would teach me how to make a anti-virus and anti-spyware scanner in vb 2008 express
View 2 Repliesgive me anti virus code for vb.net
View 1 RepliesI was thinking you could have a database with all the Viruses then it runs through the system and checks for any.
View 1 Replieshow can i make anti virus software in .net?
View 12 RepliesI'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.
I'm try to make a simple small Anti-Virus application. This is not for commercial use. Just to test it, and maybe learn something that will help me in the long run.First, please don't reply by saying "C#" or "C++" is suggested for such as task.This is just a test application. Lets start with simple stuff such as "virus signature"I found this example: Which i believe reads the file, and checks for the sample signature.
VB.net
Function detect() As Boolean
Dim file() As Byte = {1, 2, 3, 4, 5, 6, 7, 8, 9} 'sample file
Dim virus() As Byte = {4, 5, 6} 'sample signature
[code]....
Third, then what i read was that i have to get arbitrary string of bytes as the signature.Which i needed to use hexadecimal editor to view such data.how can i detect virus file, from normal file.
The server response was: 5.5.1 Unrecognized command. p14sm1462998ybb.9I'm using AVAST, but I need a solution that will work for all anti-virus programs.In Avast, there is a setting to deactivate the shields for 10 minutes. With the shields down, my email sends successfully, but this leaves my computer with no protection for that 10 minutes
View 4 Repliesi 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 Repliesi 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 Repliesi wanted to make a virus remover..
View 6 Repliessince 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 RepliesMake A virus Scanner With Visual basic(Just like AVG)..if So Like What Should I no?(i no all the basic)...But How would I DO such a Task?..How To Make One ..(like How To scan Files....and Delete files.....And Fix Files ...etc)
View 5 RepliesI'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.)
I've developed a simple program and in it I 'copy-pasted' some code which makes a copy of the program executable in a particular path (docs folder) and sets registry to start the executable in windows start-up only.. Everything is working absolutely fine in my PC. But when I sent the exe to my friend's PC. Then the antivirus in her PC detected it as a trojan!
[Code]....
Are there any known sofware approaches to anti-keylogging,that defeat both hardware and hook based loggers? While I was thinking about my next article, and the current ones, something dawned on me, that I had started before but never got to finish.After doing some research I verified that an On-screen keyboards, avoids most if not all hardware loggers, but the consensus is that their messages can still be hooked and stolen.Well maybe not so fast....
However, in my sendkeys article,the program could identify which keys were sent by my module, versus some other source.I used the integer -11, in the getextrainfo param, so that in my hook, I could know to allow my simulated keys, and block others that may interfere. Works great. I just used -11 for the heck of it.So, the idea is that we don't have to use -11.A sequence of random numbers could be generated by the osk.This provides some anonimity, to start with.But, the clincher is that when our user keys are detected by our osk(ourself basically), we simply insert 0-5 random keys, flooding the enemy logger with useless information in the que. Bingo!Sure they logged your keys, but can they read em? Nah.
The zero through five would not be fixed, but fluxuating, so it's not equidistant.I just picked them so as not to over flood the que for no reason. That is enough to obsure the password being typed.
I'd like to make a program similar to Forensics Anti-Executable...Except i know of some methods like the registry method, but i see that there are many vulnerbilitys and i'd like to know how to make it wheere it cheacks with my app if its ok to execute the program trying to run...like if i had this program running and i tryed to run notepad it would give you a dialog requesting for a password and login. also have this work with the registry like if an installation is creating a new key or editing or deleting a regestry entry to notify and ask for permission.
I just have ideas of how i want my program to run but i dont have a clue to how to do it...I also am planning on making this a windows forms application. [URL]
im creating an anti keylogger using on-screen keyboard and its work. but the problem is keylogger still can captured the keystroke. So i want to know what code should i add in my program. this is my code so far
[Code]...
the Background of my form is a image and the text very big. when it is bigger it doesn't look good how do i apply Anti-aliasing on the text so that it will look good?
View 8 RepliesIn Reporting Service, I need to have a vertical, starting at bottom, bottom-to-top, horizontally middle aligned text.The only way to do this is to create an image in code, and set this image into the title column.See the code below.Basically, it works fine, just that the anti-alias quality is pretty crappy.Is there anything I can do to improve it ?The vertical text is somehow pale, and not full black, and also there is smearing all around the text, in the background color.As well as it appears bolder than the text on the left, but both have format arial, size 8, bold I've tried all other values of System.Drawing.Text.TextRenderingHint.*, as well as no anti-alias at all but the current one seems to be the least crappy.I've also tried to change the image format, to no avail:
Function LoadImage2(ByVal sImageText As String, ByVal sImageTextMax As String) As System.Drawing.Image
sImageTextMax = sImageTextMax.PadRight(15)
Dim iFontSize As Integer = 8 '//Change this as needed
[code]....
I have code that for a module that prevents csrf attacks by attaching a token to each page. The code is in C#. Can ayone change this to vb for me. I have tried using a converter but the the code produced doesnt work.[code]...
View 3 RepliesI wanted to get some insight from you all on if an Anti-Cheat Engine is possible to create in VB. I know that if it can be made, it would be a long and arduous task, but well worth it.
I'd also like to know what features I would have to implement for it to be a good anti-cheat engine.
Since there would be no GUI, would I just make it as a service? or would I make it as a normal app without a GUI? I think if I make it as a service, the User could just turn it off.
The engine itself would be for a C++ game.
"how to do anti-bypass firewall using Service"
some way bypass the firewall, such as using : software Ultrasulf , Proxy-Server , Web-Proxy
In this case , i will anti-bypass firewall on Proxy-Server and Web-Proxy , i will write a services in window
I think it as same : First , capture package with IP-Address , then request from proxy-server . Second ,very importanly , in here , we compare with IP-Add is truth , if IP-Add not truth , at list Block IP-Add , else accept to request to website
I have a program that will let you open a certain table in the database and query it on a child form in a MDI parent form. Of course the child form is a new instance of an existing form.The thing I want to do is that the opened table in the child form cannot be reopened again in the other child form. So I did was to create a childform name on every new instance of a childform depending what is the name of the table.
The first thing I did to do this restriction is to put the names of the opened table to an public array and when the user tried to reopen the table, the program will check if the childform name is already existing... and if it exist it will not let the user to open the table in new childform.When the childform is close it will erase it's name to the public array. And it can be open again.If you don't understand what I want to do this is the situation for example in a microsoft office when a word document file was open it will be put in a childform, and when the user tried to open the word file again and still the word file is open in the microsoft word the application will tell it's user that the word document file is still open.
I just want to ask if what is better to do, if I want to detect a certain program that uses cheat? Do I need to use a Process to kill or GetModuleHandle?, and give me some advice and some simple codes or hard core samples, for me to analyze what is the best way...
[Code]...
I was thinking of making a anti-file duplication system for my PC. I feel that i have a lot file duplicates so finding them would be nice.
View 12 RepliesI'm making a anti hack for a game, and i want to kick one that is connected on game and deny it from connect again.
View 2 Replies