I need antivirus in JAVA, this is my em project, and i hav no clue how to create antivirus in JAVA. Along with the source code i need a little description on various virus so that i can understand the whole codin and the working of software well..... plz help me out... thanx.
I don't think it's easy to make an anti-virus in java. Because anti-virus need touch the core of system. How could the java make it?
I don't think it's easy to make an anti-virus in java. Because anti-virus need touch the core of system. How could the java make it?
i dont htink its impossible but kindda hard you can apply the signature method easily i think but aplying the behaviour based system is much harder
its easy to implement sinature based method but wont give u much protection it can only scan the system and compare every file for previously detected viruses(u need md5 signature database of these)