Results for "Author: john bell"
It logs every keystroke the user types, independent of the application they are using.
This application syncs your computer to a NIST time server. It uses the masterx winsock class and is fully multi-threaded via my own thread class. All of the windows code is pure api. NO MFC.
This is a lab I wrote for school. I think it is kinda cool, though it is far from being a commercial app. It is a command line based Client/Server chatroom application. It supports up to five chat rooms...could be coded to support an infinite number...but the lab only called for five....
This code demonstrates using CreateRemoteThread to inject a dll containing code you want to run convertly into another process. Doing this allows you to run inside another process, so you have no footprint that shows up in TaskManager=0)