Join us on IRC: #infoanarchy on irc.oftc.net — channel blog
DLL
From iA wiki
See also: Library
Acronym: Dynamically Linked Library
From Webopedia definition:
- "A library of executable functions or data that can be used by a Windows application. Typically, a DLL provides one or more particular functions and a program accesses the functions by creating either a static or dynamic link to the DLL. A static link remains constant during program execution while a dynamic link is created by the program as needed. DLLs can also contain just data. DLL files usually end with the extension .dll, .exe., drv, or .fon."
[edit]
Links
- Process Explorer for Windows with DLL tools

