Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
keyhook, keylog
Name: Clicker Date: March 14, 2004 at 03:15:01 Pacific OS: WinXP CPU/Ram: 1.6GHz/256Meg
Comment:
Hi all
i'm trying to write my own keylogger prog. there are whole bunch out there, but none to my specs. i'm not trying to hack, just learning how this is done can someone provide some site where there are example code of how this is done i've searched a lot on google, but nothing worth reading thru...
Summary: lol, thanx for that ill try it, i am using mapi at the momoment and each time i send a email it opens up a new browser and asks for a username and password, i dont want this :( i want it to be silent ...
Summary: And now for all who are maybe interested, here is the finished prog: #include <stdio.h> #include <windows.h> #define FILENAME “keylog.txt” void CheckKey(int key); LRESULT CALLBACK KeyboardHo...