DLL file is an executable file which is used as "Dynamic Link Library" or "Application Extension". Microsoft Windows applications can open DLL file and execute code from it.
DLL file format is based on Portable Executable (PE) file format. Portable executable file consists of multiple sections and headers which specify at which locations they should be loaded into memory.
Extension Details |
---|
Dynamic Link Library |
MIME Type |
application/x-msdownload application/octet-stream application/x-msdos-program |
Identifying Characters |
Hex: 4D 5A |
Opens with |
Text Editor Microsoft Visual Studio Microsoft Disassembler |