DLL injection

Updated: 04/26/2017 by Computer Hope
gears showing interworkings

A DLL (dynamic-link library) file is a file containing computer code that a program executes to perform one or more functions. A DLL injection is where code is forced to run in place of other code. This "injected" code is usually code written by a third-party developer, that performs some malicious function. It is not something the program was originally intended to do and can cause harm to a computer.

It's not really known when the first DLL injection was introduced. However, today many possible types and uses for DLL injections exist. One of the basic uses is reading contents of a password text box to access a computer user's private information. Most, if not all, of the uses for DLL injections are malicious in nature and potentially illegal. To help combat the problem, Microsoft introduced the "protected process" in Windows Vista, which is nearly immune to these DLL injections.

DLL, Security terms