VB.Net Make a Real AntiVirus (AV) - Part 1 - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: VB.Net Make a Real AntiVirus (AV) - Part 1 (/showthread.php?tid=19294) |
VB.Net Make a Real AntiVirus (AV) - Part 1 - goranpilkic - 06-04-2011
Create a real AV (AntiVirus)
Hello, in this tutorial you will learn how to code a real Antivirus. Yes, this is not a joke! Dont just c/p (well, you cant ) coz you will later be 'confused'. Also read all tutorial! Lets start - Shall we? 1.Open VB 2008 & Create new project (make sure you select Windows Forms Application) 2.Modiffy your desing little 3.Add FileSystemWatcher component and put his name to ex.'C' 4.Double click on form (Form_Load) and enter this code : 5.Lets add one function : 6.Lets modiffy Form_Load code again : 7.Now add : 8.Change in ListView : View --> Details 9.Now add theese columns : 10.Dobule click on START and enter this : 11.Dobule click on STOP and enter this : 12.Now lets add this function (to calculate MD5 of file) : 13.Select c (component) and use Event : Created 14.Add this code : 15.Now create file Scans.dat in your Debug folder (or other location where is your .exe file) 16.Add into Scans.dat file : You can add more scans like : Run program & test it RE: VB.Net Make a Real AntiVirus (AV) - Part 1 - Black Demon - 06-06-2011 Thanks so much for this, I'll try it later on tonight, hope it works. I will let everyone on here know once I've completed it <3 RE: VB.Net Make a Real AntiVirus (AV) - Part 1 - Kousha - 06-12-2011 Looks pretty nice, thanks for the tut. RE: VB.Net Make a Real AntiVirus (AV) - Part 1 - Ted Bundy - 06-12-2011 this is really really nice RE: VB.Net Make a Real AntiVirus (AV) - Part 1 - Wolf - 06-13-2011 Pretty nice, i always wondered how to create a real anti-virus, i'm thinking about make further coding on it just to train my coding RE: VB.Net Make a Real AntiVirus (AV) - Part 1 - ven0m - 06-13-2011 nice thread. i am ,looking forward for part 2 RE: VB.Net Make a Real AntiVirus (AV) - Part 1 - L0C4LH0ST - 06-17-2011 Cool mate will test this! RE: VB.Net Make a Real AntiVirus (AV) - Part 1 - Coding Support - 06-18-2011 If this is actually somewhat a success, i love you. I have always wanted to make something like this, i have all night so i intend on trying this later. RE: VB.Net Make a Real AntiVirus (AV) - Part 1 - Ted Bundy - 06-18-2011 imagine making one a antivirus that detects every even if fud? is that possible? RE: VB.Net Make a Real AntiVirus (AV) - Part 1 - -1337 - 06-18-2011 Thanks for this. Gunna try this but add more features. (06-18-2011, 05:26 PM)Ted Bundy Wrote: imagine making one a antivirus that detects every even if fud? is that possible? No because it wouldn't be FUD then... |