Hi, xpi0t0s
I think you've written a good article about How to create Antivirus software.
I have gain nice information by you.
|
Light Poster
|
|
| 7Jan2010,10:37 | #11 |
|
Go4Expert Member
|
|
| 17Mar2010,19:59 | #12 |
|
A computer is a necessary and important tool and equipment for getting things done these days. Because the popularity and functionality of the machines are phenomenal, it is not surprising that there are also as numerous viruses, threats and spasm that threaten to destroy and alter the computer systems. thats why we create Antivirus software.
|
|
Newbie Member
|
|
| 6Apr2010,16:00 | #13 |
|
actually may just creatin a shredder wil be enough i hope (just an idea dude !)
|
|
Light Poster
|
|
| 6Apr2010,22:02 | #14 |
|
well i to think creating an antivirus is a hectic job.
|
|
Light Poster
|
|
| 7Apr2010,09:07 | #15 |
|
hello guys i also try
|
|
Newbie Member
|
|
| 1Jul2010,11:43 | #16 |
|
Mentor
|
![]() |
| 1Jul2010,15:52 | #17 |
|
I would disagree that AV software is architecturally very difficult. All it needs to do is to check every file on the system against every virus in its database. That's very easy to do; the only complexity really is how to determine if a specific file has a specific virus, and even that is not difficult, you have to know how a virus works and what to look for. There are a couple of other things: you need to check for bootblock viruses, and if possible you should repair or otherwise quarantine the file, being careful not to compromise the user's system by detecting a false positive in a critical system file.
Code:
for each file F
{
for each virus V
{
does F contain V?
yes: fix or quarantine, alert user
}
}
AVG also provides a "resident shield" which attempts to detect viruses as they activate, which also helps decrease the amount of filesystem checking an AV program has to do. |
|
Go4Expert Member
|
|
| 18Jul2010,09:14 | #18 |
|
i think it is difficult to create a Good AV...
because except you must have a lot of viruses in database, you must can kill a virus process... some virus is very hard to kill... |
|
John Hoder
|
|
| 19Jul2010,17:12 | #19 |
|
Can you post your beta AV on some server plz, upload it and post a link plz. thx
|
|
Newbie Member
|
|
| 26Jul2010,18:39 | #20 |
|
anyone plz mail me basics of creating an antivirus or some project idea for major project in java
it'll be really helpful plz plz plz my email id is: monikatomar1990@gmail.com |


