Re: [Tutorial] How To Make A Real Anti-Virus (File Scanner)
Posted: Sat Oct 16, 2010 9:31 pm
doesn't work for me, i tried itunes, firefox, visual basic, visual c# and it stated all them contains virus'
Sharing, Teaching and Supporting coders of all ages and levels since 2009
https://www.codenstuff.com/forum/
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?
astheyfall wrote: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...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?
Axel wrote: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.astheyfall wrote: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...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?
I'd also say the textbox way is very noob-ish