ANTI virus in JAVA

Newbie Member
15Sep2008,22:30   #1
raun's Avatar
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.
piyush.cool7 like this
Banned
20Sep2008,22:27   #2
digitaldesperad's Avatar
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?
Go4Expert Member
3Feb2009,04:32   #3
devunion's Avatar
No, it has no sense to write antivirus in Java. This question was discussed on different forums.
Go4Expert Founder
3Feb2009,07:26   #4
shabbir's Avatar
Quote:
Originally Posted by devunion View Post
No, it has no sense to write antivirus in Java. This question was discussed on different forums.
Totally agree with it. Till JVM Starts probably everything on your PC could be deleted.
noodiee likes this
Newbie Member
7Sep2010,21:07   #5
shikha_uiet's Avatar
Quote:
Originally Posted by raun View Post
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?
Pro contributor
8Sep2010,03:21   #6
virxen's Avatar
Quote:
Originally Posted by raun View Post
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.

try in here
http://www.openantivirus.org/projects.php
Skilled contributor
17Sep2010,17:27   #7
ManzZup's Avatar
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
Newbie Member
24Sep2010,19:01   #8
ebymohan's Avatar
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)
amit111 like this