How does an Antivirus with thousands of signatures scan a file in a very short time? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionWhat speed optimization techniques do antiviruses use today to scan a file, provided they have to check for all the signatures + the beh开发者_开发百科avioral scan?
I'm not a antivirus programmer, but I think the scan engine scans through a file searching for known pattern inside. The greater number of patterns it can identify, the longer it will take to scan.
Optimization maybe similar to database optimization, with patterns indexing.
Identification Methods
精彩评论