.DLL.SIG ファイル拡張子
Dynamic Link Library Digital Signature
| 開発元 | Microsoft |
| 人気度 |
2.0 | 4 票 |
DLL.SIGファイルとは?
A DLL.SIG file is a digital signature associated with a specific .DLL file. It is used to verify that the DLL file is authentic and has not been modified by anyone other than its developer. Various Windows apps that include DLL files also include accompanying DLL.SIG files.
詳細情報
DLL files are Dynamic Link Libraries, which Windows programs use to access procedures and drivers. For example, a Windows program might use a DLL file to communicate with external devices or read and write certain files.
Some programs' DLL files are accompanied by DLL.SIG files. These files typically have a similar filename as their associated DLL files. For example, the Windows version of Google Chrome includes a DLL file named widvinecdm.dll and a DLL.SIG file named widevinecdm.dll.sig.
Each DLL.SIG file contains a digital signature that an app developer generated using a private cryptographic key. The app uses this digital signature to verify that the associated DLL has not been tampered with, before using the code stored in that DLL.
DLL.SIGファイルの開き方
DLL.SIG files are not meant to be opened.