Description: A keyboard logger (with source code), to record all of the key information, including keyup. Record raw data, can be reproduced by simulating buttons. Need vc9 runtime. Does not compile statically linked version. Main processes: one, to register one or more of the original system input device 2, in your original registration data input device changes, the system sends a message and the new data to your process 3, call GetRawInputData or GetRawInputBuffer to obtain these data
File list (Check if you may need any files):
kbd_logger.exe