Support Forums
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)

Pages: 1 2 3


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 Big Grin) 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

[Image: 94242424.png]


3.Add FileSystemWatcher component and put his name to ex.'C'
[Image: 95156542.png]

[Image: 16084942.png]


4.Double click on form (Form_Load) and enter this code :
[Image: 52906055.png]


5.Lets add one function :
[Image: 45425177.png]


6.Lets modiffy Form_Load code again :
[Image: 52608041.png]


7.Now add :


[Image: 32179695.png]


8.Change in ListView :
View --> Details

9.Now add theese columns :


[Image: 35168221.png]


10.Dobule click on START and enter this :
[Image: 92208410.png]


11.Dobule click on STOP and enter this :
[Image: 88552834.png]


12.Now lets add this function (to calculate MD5 of file) :
[Image: 33567006.png]


13.Select c (component) and use Event : Created


14.Add this code :
[Image: 47676515.png]

[Image: 38039955.png]


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
[Image: 60780256.png]



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 Big Grin


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...Roflmao