防病毒软件如何工作?

发布于 2024-10-21 20:54:13 字数 23 浏览 1 评论 0原文

防病毒程序的基本工作原理是什么?

What are the basic working principles of an antivirus program?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

骷髅 2024-10-28 20:54:13

它将已知病毒的模式与每个文件进行匹配。

例如,将可执行文件更改为直方图,并比较该可执行文件与已知病毒之间的相似性。

另一种方法是扫描多态性等设计模式并将其进行比较,这可能会导致误报(在非常复杂的应用程序中),但也会捕获未知病毒。

it matches patterns of known viruses with each file.

for example change the executable into a histogram and compare the similarity between that executable and known viruses.

another way is to scan for design patterns such as polymorphisism and comparing those to, this can lead to false positives (in very complex apps) but also catch unknown viruses.

∞梦里开花 2024-10-28 20:54:13

防病毒软件会读取所有文件并搜索文件中已知病毒的模式。

A antivirus reads trough all files and searches for patterns of known viruses in the files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文