| | |
plsss help....in antivirus programming
![]() |
hi...can anyone give advice, tips, on how will i come up in developing the antivirus software coz i dont have any idea. im kinda new with assembly language and i haven't tried using the it. i have a hard time learning it.
please give me some guide, advice or tips on how the scanning for viruses works in the program.
i would appreciate any help.
thanks a lot.
please give me some guide, advice or tips on how the scanning for viruses works in the program.
i would appreciate any help.
thanks a lot.
You don't necessarily have to use assembly (you can if you want to, but good luck learning it). If you know C or C++ it should be good enough. Java probably won't work because you can't directly access the memory, meaning you can't scan for viruses that are already running in memory, making your antivirus app a piece of ****(no offense). (There may be other languages that can directly access memory, but I'm not sure.)
Anyway, whatever language you choose, you'll basically need to have a virus pattern file, which would tell the app that Sasser is a virus and explorer.exe (hopefully) isn't.
You'll then need a scanner that looks at the memory to see if there are any viruses running, a boot sector scanner to look for boot viruses, and a file scanner to look for infected programs/system files/Word documents (still haven't figured out how you get a virus through a Word document, but apparently some people have managed to, so...), etc. Another good feature to have would be something like Norton's AutoProtect, which runs in the background watching for new viruses. Like I said, you'll need to use a language that can access resources directly.
Anyway, whatever language you choose, you'll basically need to have a virus pattern file, which would tell the app that Sasser is a virus and explorer.exe (hopefully) isn't.
You'll then need a scanner that looks at the memory to see if there are any viruses running, a boot sector scanner to look for boot viruses, and a file scanner to look for infected programs/system files/Word documents (still haven't figured out how you get a virus through a Word document, but apparently some people have managed to, so...), etc. Another good feature to have would be something like Norton's AutoProtect, which runs in the background watching for new viruses. Like I said, you'll need to use a language that can access resources directly. While you are at it, you might as well spray some bullets toward the other types of malware (spyware, trojans, etc.) since this would be an easy feature to add:
startup files
http://www.lafn.org/webconnect/mento...p/PENINDEX.HTM
trojans
http://www.megasecurity.org/files_all.html
startup files
http://www.lafn.org/webconnect/mento...p/PENINDEX.HTM
trojans
http://www.megasecurity.org/files_all.html
while (CPU is present) {some assembly required}
![]() |
Similar Threads
- hi everyone.. (C++)
- hi.. need help in antivirus programming (C++)
- antivirus programming in assembly (Assembly)
Other Threads in the Assembly Forum
- Previous Thread: Help! What Language is this?
- Next Thread: Doesnt really make sense
| Thread Tools | Search this Thread |





