[Tutorial] How To Make A Real Anti-Virus (File Scanner)

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
18 posts Page 2 of 2
User avatar
graves34
Member
Member
Posts: 40
Joined: Fri Oct 01, 2010 8:54 pm

doesn't work for me, i tried itunes, firefox, visual basic, visual c# and it stated all them contains virus'
Click
User avatar
Laz0r
VIP - Donator
VIP - Donator
Posts: 9
Joined: Fri Dec 03, 2010 6:24 pm

then you got virus because it dont happen to me lawl
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Probably because you have to many hashes from the internet
http://vagex.com/?ref=25000
User avatar
astheyfall
VIP - Donator
VIP - Donator
Posts: 160
Joined: Sun Sep 19, 2010 6:13 am

How do you Add hashes?
User avatar
M1z23R
VIP - Donator
VIP - Donator
Posts: 622
Joined: Tue Sep 28, 2010 4:55 pm

You add them manually to textbox2 ;)
User avatar
astheyfall
VIP - Donator
VIP - Donator
Posts: 160
Joined: Sun Sep 19, 2010 6:13 am

M1z23R wrote:
You add them manually to textbox2 ;)
So, when I run the program I'll add the hash 01 (Example) and then open a file with the hash 01 and it will say virus detected?
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

astheyfall wrote:
M1z23R wrote:
You add them manually to textbox2 ;)
So, when I run the program I'll add the hash 01 (Example) and then open a file with the hash 01 and it will say virus detected?
yes , it doesn't scan for code so its the worst way to make an anti-virus. Also hash collisions are possible(rare though), because of that, your own programs can be detected as a virus...
I'd also say the textbox way is very noob-ish
http://vagex.com/?ref=25000
User avatar
astheyfall
VIP - Donator
VIP - Donator
Posts: 160
Joined: Sun Sep 19, 2010 6:13 am

Axel wrote:
astheyfall wrote:
M1z23R wrote:
You add them manually to textbox2 ;)
So, when I run the program I'll add the hash 01 (Example) and then open a file with the hash 01 and it will say virus detected?
yes , it doesn't scan for code so its the worst way to make an anti-virus. Also hash collisions are possible(rare though), because of that, your own programs can be detected as a virus...
I'd also say the textbox way is very noob-ish
I think I found a way if you set Textbox2 to visible false and add the hashes in the String array() in the properties, it might work that way.
18 posts Page 2 of 2
Return to “Tutorials”