Sinisterly
[Release] VB.NET Anti-Virus Source Code. - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: [Release] VB.NET Anti-Virus Source Code. (/Thread-Release-VB-NET-Anti-Virus-Source-Code)

Pages: 1 2 3


[Release] VB.NET Anti-Virus Source Code. - bigkeshmoney - 04-07-2012

Not perfect, but a good attempt for .NET .

Still needs lots of work with Authorization with system files and deleting the viruses found, but i just think HF deserves it, uses Sha1 and MD5 hashes to detect viruses.

Credits to fillobotto and iVision from for the Multithreading codes.

Download: http://www.mediafire.com/?jynava3qyzdxv34

You can make your own AV if you have the skills. Debug or compile and see how it functions.

If you like it, then reply to the thread, don't be a leecher!
Criticism is appreciated, though flaming will not be tolerated.


RE: [Release] VB.NET Anti-Virus Source Code. - gooore - 08-27-2013

Thanks for posting this source, interested to have a look at the techniques used


RE: [Release] VB.NET Anti-Virus Source Code. - nnc36 - 08-29-2013

thanks brohter Smile


RE: [Release] VB.NET Anti-Virus Source Code. - Coder-san - 10-02-2013

(10-01-2013, 11:25 PM)anonsk3llhd Wrote: Tried modding it..the progress-bar dosen't seem to be working..I tried modding the code but all I got was a bunch of errors..don't know of any way to solve them. Not that good of a problem-solver..I'm kinda sad right now because I cant give and I'm afraid to ask..I don't want to be known as a script kiddie but..how the heck do I advance? There has been times when I just wanted to give up on coding. I also don't know how to debug well..I really need a mentor..Oh right I forgot skiddes are the only ones that ask for help...your way better than me, I can only code fake antivirus's which don't do anything...If only there were more people like you who could help. -sighs- I'm just kinda depressed atm, I'll just calm down eventually..right now, I'm sorta angry at the world, I don't even know how I can advance my knowledge in coding...I used to have a folder which was filled with hundreds of failed programs, Well first I'll calm down..thanks for the SRC code it's way to complex for me to mod though Sad
s

Firstly calm down.
Modding another programmer's source is a difficult task whether you're a good programmer or not. Everybody has their own style.
It would be better if you made this on your own. Which is not a big deal.
Don't make a fuss about it being an antivirus and think it to be complex.
Just calm down and write somewhere the step-by-step instructions that your program will need to do.

E.g. For this hash-based AV you have to first scan the specified folder for files. Then get the hash of each file. Afterwards compare the hash with your virus signature database based on the respective hash (which you will find if you will search)
Now code this all, and you are done.


RE: [Release] VB.NET Anti-Virus Source Code. - Coder-san - 10-02-2013

(10-01-2013, 11:25 PM)anonsk3llhd Wrote: Tried modding it..the progress-bar dosen't seem to be working..I tried modding the code but all I got was a bunch of errors..don't know of any way to solve them. Not that good of a problem-solver..I'm kinda sad right now because I cant give and I'm afraid to ask..I don't want to be known as a script kiddie but..how the heck do I advance? There has been times when I just wanted to give up on coding. I also don't know how to debug well..I really need a mentor..Oh right I forgot skiddes are the only ones that ask for help...your way better than me, I can only code fake antivirus's which don't do anything...If only there were more people like you who could help. -sighs- I'm just kinda depressed atm, I'll just calm down eventually..right now, I'm sorta angry at the world, I don't even know how I can advance my knowledge in coding...I used to have a folder which was filled with hundreds of failed programs, Well first I'll calm down..thanks for the SRC code it's way to complex for me to mod though Sad
s

Firstly calm down.
Modding another programmer's source is a difficult task whether you're a good programmer or not. Everybody has their own style.
It would be better if you made this on your own. Which is not a big deal.
Don't make a fuss about it being an antivirus and think it to be complex.
Just calm down and write somewhere the step-by-step instructions that your program will need to do.

E.g. For this hash-based AV you have to first scan the specified folder for files. Then get the hash of each file. Afterwards compare the hash with your virus signature database based on the respective hash (which you will find if you will search)
Now code this all, and you are done.


RE: [Release] VB.NET Anti-Virus Source Code. - hellomen - 10-02-2013

In my opinion I wouldn't suggest using/downloading such "Anti-Virus" applications because it's not up-2-date with other virus codes in fact
it's too in-secure


RE: [Release] VB.NET Anti-Virus Source Code. - hellomen - 10-02-2013

In my opinion I wouldn't suggest using/downloading such "Anti-Virus" applications because it's not up-2-date with other virus codes in fact
it's too in-secure


RE: [Release] VB.NET Anti-Virus Source Code. - Deque - 10-02-2013

(10-02-2013, 08:32 AM)hellomen Wrote: In my opinion I wouldn't suggest using/downloading such "Anti-Virus" applications because it's not up-2-date with other virus codes in fact
it's too in-secure

I think you miss the point. The source of such applications is there for learning and knowledge exchange. No one with a clear mind will think that an AV written by one man is better than the established ones out there written by companies who have years of experience and lots of people working on their applications.


RE: [Release] VB.NET Anti-Virus Source Code. - Deque - 10-02-2013

(10-02-2013, 08:32 AM)hellomen Wrote: In my opinion I wouldn't suggest using/downloading such "Anti-Virus" applications because it's not up-2-date with other virus codes in fact
it's too in-secure

I think you miss the point. The source of such applications is there for learning and knowledge exchange. No one with a clear mind will think that an AV written by one man is better than the established ones out there written by companies who have years of experience and lots of people working on their applications.


RE: [Release] VB.NET Anti-Virus Source Code. - hellomen - 10-02-2013

(10-02-2013, 08:42 AM)Deque Wrote:
(10-02-2013, 08:32 AM)hellomen Wrote: In my opinion I wouldn't suggest using/downloading such "Anti-Virus" applications because it's not up-2-date with other virus codes in fact
it's too in-secure

I think you miss the point. The source of such applications is there for learning and knowledge exchange. No one with a clear mind will think that an AV written by one man is better than the established ones out there written by companies who have years of experience and lots of people working on their applications.

I did get the point of this but I am just mentioning that I wouldn't suggest using such AV's...

ofcourse you got the point I tried too state but some kids actually leech such codes and release the application...