Click here to Skip to main content
15,883,805 members
Articles / Programming Languages / C++

Extending Task Manager with DLL Injection

Rate me:
Please Sign up or sign in to vote.
4.62/5 (25 votes)
19 May 20054 min read 165.2K   3K   106  
How to extend the features of Windows Task Manager using DLL injection.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I live in the Nothern Virginia/Washington D.C. area. I have been working in the software industry since 1995. My skills are primarily in C++ and Java on Windows and Unix platforms but I also work with C# and some other programming languages (even PL/I and COBOL when necessary!).

Check out my software web site: http://www.dreamsyssoft.com

Comments and Discussions