Anti-Process Terminate - This project allows you to replace an existing DACL(Discretionary Access Control List) within a process. When you do so, you have the power to restrict certain capabilities like terminating, getting a handle to the process, reading memory, writing memory, etc.
diStorm64 - diStorm64 is a professional quality open source disassembler library for AMD64, licensed under the BSD license. It also can be used as a ring0 disassembler (tested as a kernel driver using the DDK under Windows).
Fast port scanner - It is a fast and easy to use port scanner with full source codes. It doesn't use any threads to improve productivity.
BO2K - BO2K is a remote administration tool for Windows systems. It comes with a client and a server. The server is lightweight and unobtrusive. A dynamic plugin architechture allows for easy system extension.
Open Password - In most of applications, a password is displayed with asterisks as a user enters it. This is done to keep other people from seeing what is being entered. But what if you forget your password? How can you see the password hidden with asterisks. Open Pass will help you.
Working with other Windows - (Flenov) I often receive e-mail messages that include questions like this: "How can I destroy another person's window or change it somehow?". In principle, this task can be easily implemented using the FindWindow function. However, if you need to change several (or all) windows, you should use another method for search. Let's look at it. First, let's write a program that will look for all windows on the desktop and change their captions.
Designing Windows Correctly - (.NET Essential Library Developer) When you write your own program you're going to sell, it is very important to think over its interface. Like with people, first impressions on a program are most lasting. If its windows are disgusting, nobody will pay a dollar for the program. How can you create something attractive so that a user spends more than five minutes on getting acquainted with you program? This isn't that difficult. Correct design is a sort of art.
Introduction to C and Win32 - (WEB Consulting) Lests take a deeper look at Win32 Application. A more comprehensive description can be found in specialized books on Visual C++, but now I'll give you only the necessary information about Win 32 programming. In this article we consider how to create a Win32 application with the small executable file size.
Get rid of MFC for the smaller file size - (Security Software for Administrator) The most effective method for decreasing the program size in hidden in the answer to the question, "Why are Visual C++ programs so large?" This is because C++ is an object-oriented language. In this language, each program component is an object with its own properties, methods, and events. Each object is self-sufficient and can do much without your instructions.
Demoscene - (Automatic tester for WEB vulnerabilities) A demo is a short graphic program or a bench of code in a program that displays graphical effects, possibly accompanied by music or/and sound effects. A demoscene is a whole culture of creating demos that sets certain rules and laws for their development. Demo developer teams gather at demo parties, where they show their creations to the viewers' judgment.
System tray is under control - (Michael Flenov) I want to tell you how to get access to the Windows Start button and the Windows tray bar. The tray bar is a special window in the system with a Shell_TrayWnd class name. What does it mean? It means that you can find this windows using FindWindow API function.