Description: A VC write the keylogger source code, the function is relatively simple, use is
DLL dynamic library injection, this program is divided into two modules, one for EXE
Load module, a DLL function module.
This program is divided into two modules, one for the EXE load module, a functional module for the DLL, and simple, you can used for learning. The function is relatively simple, and can be used for learning.
File list (Check if you may need any files):
键盘记录器代码\exe\ktr.h
..............\...\ktrexe.dsw
..............\...\ktrexe.ncb
..............\...\ktrexe.plg
..............\...\ktrexe.c
..............\...\ktrexe.dsp
..............\...\ktrexe.opt
..............\...\Release\ktrexe.exe
..............\...\Release
..............\exe
..............\dll\ktr.c
..............\...\ktr.dsw
..............\...\ktr.h
..............\...\ktr.ncb
..............\...\ktr.plg
..............\...\ktr.opt
..............\...\ktr.dsp
..............\...\Release\getpass.dll
..............\...\Release
..............\dll
键盘记录器代码