keylogger

by: xeo
Wrote a keylogger DLL in C which exports 2 functions. “StartHook” with syntax:
void StartHook(char* logpath);
logpath is the path for the logfile.
void StopHook();
stops logging
DLL uses WH_KEYBOARD hook
Sourcecode and compiled DLL will be under releases soon

Leave a Reply