how to create an antivirus program?
my views about antivirus & its concepts: it checks integrity of files and if it changed, it shows that as virus, [ do correct me if i am wrong ]
Member • Feb 16, 2010
Member • Feb 16, 2010
hi gaurav,gaurav.bhorkarAs far as what I've learned in programming classes, an anti-virus program checks the signature of a virus in every file. If the file contains the virus signature, then it copies the original contents (not the virus code) of that file into a new file, deletes the old file and renames the new file. Thus removing the virus code from that file.
Member • Feb 16, 2010
The anti-virus removes the Virus code from our file.sushant005hi gaurav,
you want to say that when virus attack take place in our system then its code merge with the orignal system program code.And the work of the antivirus is that it sifts the orignal code of the system progam into the new file created by the antivirus.
it conclude that antivirus is unable to delete the virus infected system file.
Am i correct?
Do me correct if i am wrong.
😁
Member • Feb 16, 2010
gaurav you say that "it(anti virus) creates a new file and copies the original contents of the old file into the new file leaving the virus code in the old file."gaurav.bhorkarThe anti-virus removes the Virus code from our file.
Actually, it creates a new file and copies the original contents of the old file into the new file leaving the virus code in the old file. When it (anti-virus) deletes the old file the virus code also gets deleted. After that the anti-virus software renames the new file to that of the old file.
I hope you got it.
Member • Feb 16, 2010
can you tell me how antivirus know that it is the original content of the old file and other other is the virus. is the programming of virus is loaded in antivirus.From what I've learned, the anti-virus verifies the virus code with virus definitions available with it. From the definitions, the antivirus knows that how much bytes of code is to be removed (virus code) from a file.
how an antivirus know that it is a virus file.?It scans every file and checks its code in the virus definition dictionary available with it.
Member • Feb 18, 2010
gaurav.bhorkarFrom what I've learned, the anti-virus verifies the virus code with virus definitions available with it. From the definitions, the antivirus knows that how much bytes of code is to be removed (virus code) from a file.
It scans every file and checks its code in the virus definition dictionary available with it.
Member • Feb 18, 2010
I don't know much about it. A heuristics scanner checks the behavior of a file. I guess it involves the monitoring of an executable. So, when an executable file is running abnormally (like a virus) the AV identifies it and prompts appropriately to the user. This way the anti virus can detect even those viruses, the definitions of which aren't in the dictionary.ONKSSSSSAll I know about AV softwares that they have 'heuristic scanner' to detect malware of such other types malicious scripts.? Please reply if you know more about it....
Member • Feb 18, 2010
Member • Feb 19, 2010
Member • Feb 19, 2010
Member • Feb 19, 2010
Member • Feb 19, 2010
Member • Feb 19, 2010
Member • Feb 19, 2010
behavioral technique is used along with traditional signature checking method.goyal420hey anybody knows about antivirus that are behavior based
Member • Feb 19, 2010
quarantine according to dictionary means "Isolation to prevent the spread of infectious disease"silverscorpionNice post optimystix..
Btw, I've seen in some antivirus softwares, the infected files are kept in a folder called quarantine.
How come, keeping the infected files in that particular folder stops them from infecting other files??
Member • Feb 21, 2010
Member • Feb 22, 2010
Member • Feb 22, 2010
i am not well versed with linux but i've used it at times. I never found any heuristic activity inside linux but maybe i've overlooked it. help from a linux expert would be greatly appreciated.ONKSSSSSGood post optimystic.
I heard LINUX has inbuilt heauristeric scanner So it always has a check over what a exe does (No exe in linux but .bin).
So people say that Linux is more secure than others. Well please correct me if I am wrong.
Member • Feb 27, 2010
Member • Mar 4, 2010