const uint32_t NEXUS_KEYCODE_PRO_QC_LONG_TEST_MESSAGE_SECONDS = 3600; // 1 hour const uint8_t NEXUS_KEYCODE_PRO_UNIVERSAL_SHORT_TEST_SECONDS = 127; const uint32_t ...
This repository houses the actual kernel module code stored in keylogger.c, which is inserted into the kernel by the user to record the key strokes in the syslog file in /var/log/. To compile this ...