simple coding for virus detection
Page 1 of 14 Replies - 9285 Views - Last Post: 04 July 2008 - 11:13 AM
#1
simple coding for virus detection
Posted 03 July 2008 - 08:43 PM
anybody....please help me..how to get simple coding to make virus detection using java...help..help..
Replies To: simple coding for virus detection
#2
Re: simple coding for virus detection
Posted 03 July 2008 - 08:47 PM
There is no such thing as simple virus detection. It either works or it doesn't.
Check Source Forge for an open source project.
Check Source Forge for an open source project.
#3
Re: simple coding for virus detection
Posted 03 July 2008 - 08:58 PM
#4
Re: simple coding for virus detection
Posted 04 July 2008 - 01:26 AM
Dreaming indeed.
#5
Re: simple coding for virus detection
Posted 04 July 2008 - 11:13 AM
Detecting simple virii is probably simple, whereas detecting complex virii is probably complex. For simple virii detection, you could probably implement a simple byte-sequence scanner. You would have a database of sequences of bytes that you are pretty sure only exist in known virii, and then search for them in files. Using a form of regular expression would be a bit more powerful (one that works well with binary sequences).
Again, complex polymorphic virii will be difficult, if not impossible to detect using these methods (possibly through regex, depending on how polymorphic the piece is).
Developing a heuristic scanner is probably very difficult. I don't think any virus scanner is solely dependent on heuristic analysis anyway.
By the way, there are many uses for platform-independent virus scanners though. Automatic scanning of email attachments is one good example.
Again, complex polymorphic virii will be difficult, if not impossible to detect using these methods (possibly through regex, depending on how polymorphic the piece is).
Developing a heuristic scanner is probably very difficult. I don't think any virus scanner is solely dependent on heuristic analysis anyway.
By the way, there are many uses for platform-independent virus scanners though. Automatic scanning of email attachments is one good example.
This post has been edited by perfectly.insane: 04 July 2008 - 11:14 AM
Page 1 of 1

New Topic/Question
Reply


MultiQuote







|