VB Anti-Virus 07-10-2014, 06:54 PM
#1
I was wondering if it is possible to make a decent anti-virus program in Visual Basic, and if so, how?
Thanks,
Vallex
Thanks,
Vallex
| VB Anti-Virus filter_list | |
(07-10-2014, 07:26 PM)kasakari Wrote: It would not be the recommended method though it is possible. TO write something like that you would need not only VB programming but you would also need to study viruses and other malware you are trying to ward off in order to correctly create the software.
(07-10-2014, 09:44 PM)VallexKoten Wrote:(07-10-2014, 07:26 PM)kasakari Wrote: It would not be the recommended method though it is possible. TO write something like that you would need not only VB programming but you would also need to study viruses and other malware you are trying to ward off in order to correctly create the software.
Okay, thank you. Do you know of any books/ebooks that would have information on viruses and malware?
![[Image: 5R6Js8r.gif]](http://i.imgur.com/5R6Js8r.gif)
(07-10-2014, 11:42 PM)VallexKoten Wrote: Thank you all for the useful information. I will look into the links that @katka18 has given me. I don't really plan on making it anything big, just a small program to defend against small threats. Kind of like MSE (Microsoft Security Essentials).
Good luck 
(07-12-2014, 06:33 PM)VallexKoten Wrote: It will probably take a long while, and I will probably stop after a while. I was planning on doing this basically to learn some more VB code/language.