Microsoft Windows library files: Difference between revisions

Content deleted Content added
Fixed a ref that I broke
Rewrote user32.dll
Line 35:
== User32.dll ==<!-- This section is linked from [[Graphics Device Interface]] -->
 
'''user32.dll''' allows programs to implement a [[graphical user interface]]. It contains basic functions, such as window management, user input, text, etc. '''shell32.dll''' uses these functions to implement Windows' standard controls, including buttons, check boxes, and input fields.
'''user32.dll''' is a DLL that implements the Windows User API Client Library. It is a core file for several versions of the [[Microsoft Windows]] [[operating system]]. If this file is damaged or deleted, the operating system will not work.
 
=== Viruses ===
Because this file is a core Windows DLL, several [[Computer virus|viruses]] attempt to infect it. Some of these viruses are:
*[http://securityresponse.symantec.com/avcenter/venc/data/backdoor.hebolani.html Backdoor.Hebolani]
*[http://securityresponse.symantec.com/avcenter/venc/data/ceydem.6750.worm.html Ceydem.6750.Worm]
*[http://securityresponse.symantec.com/avcenter/venc/data/trojan.anicmoo.html Trojan.Anicmoo]
*[http://securityresponse.symantec.com/avcenter/venc/data/trojan.anicmoo.b.html Trojan.Anicmoo.B]
*[http://securityresponse.symantec.com/avcenter/venc/data/trojan.anicmoo.c.html Trojan.Anicmoo.C]
*[http://securityresponse.symantec.com/avcenter/venc/data/trojan.anicmoo.d.html Trojan.Anicmoo.D]
 
== See also ==