The reason that viruses and Trojans are mostly made into dynamic library forms

Source: Internet
Author: User

The dynamic library shorthand for the dynamic library under Windows is DLL (Dynamic Linkable Library), which is an executable file, but it is different from EXE file.

DLLs cannot run independently, but wait to be called.

DLL can not view the source code after compilation, which plays a role in protecting the copyright of software authors.

Since the DLL file itself is not operational, it needs to be implemented through application calls, so even if the DLL is running, we will not see

DLL's process (the system is attributing the DLL to the process that called it). However, DLL files are actually being used, so they cannot be deleted. For extremely demanding concealment

Sex and anti-delete virus Trojan This is very effective a catch means, plus the DLL also has a small footprint, easy to edit features, so nowadays many popular virus Trojan

The main files are in DLL format.

The reason that viruses and Trojans are mostly made into dynamic library forms

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.