-
I discover that if one change in the file lkl.h the following
#define SYSLOGOUT 0xFF
#define MSEC 10000
2008-09-06 19:37:08 UTC by gomeje
-
This is a very buggy situation. Every time I run lkl, whe n I press a key, this key is repeated many, many, many times. Example, wheh I try to write an url in the explorer it becomes wwwwwwwwwwwwwwww.......
Any Idea?.
2008-09-05 11:28:29 UTC by gomeje
-
I found the error. The Line 58
-----------------------------------------------------
56 if(status == 20) {
57 c = inb(lkl->port);
58 if ((c < TABLE_SIZE) && (c!=0)){ // pressed_shift = 1;...
2007-05-30 15:03:37 UTC by smaug_
-
I run the lkl perfectly, but when I move the mouse, lkl crash with a Segment violation error. I'm working in fix it. But I need some help.
-------------------------------------------------------
Ejecuto perfectamente el lkl, pero en el momento que muevo un poco el raton, lkl falla con una violacion de segmento. Estoy intengando solucionarlo, pero necesigo algo de ayuda.
2007-05-29 11:27:26 UTC by smaug_
-
I can see keys are being pressed on a usb keyboard in real time by using this command.
sudo od -tx1 /dev/input/by-path/pci-0000\:00\:02.0-usb-0\:3\:1.0-event-kbd
or
sudo od -tx1 /dev/input/by-id/usb-BTC_USB_Multimedia_Cordless_Kit-event-kbd
But all of the output is in hex code. I can also do this.
sudo modprobe evbug
dmesg
And I can see what keys are being pressed but they...
2007-05-22 11:22:17 UTC by good_bye300
-
Please make lkl work with usb keyboards.
2007-05-22 11:13:04 UTC by nobody
-
Hello,
I'm running Linux 2.6.15 on Debian SID, and I try lkl, but I had problem when I push the ALT key. After pressing the key, no more input are logged, but only ()()().
I try to add :
if(lkl->pressed_alt){
str = asciitab_alt[c];
lkl->pressed_alt = 0; // New line
return str;
}
in output.c to solve the problem. I know Alt-mapping do not work anymore, but soft is still...
2006-11-16 20:50:05 UTC by nobody
-
vl4d committed patchset 3 of module lkl to the LKL Linux KeyLogger CVS repository, changing 55 files.
2005-11-04 13:53:27 UTC by vl4d
-
vl4d committed patchset 2 of module lkl to the LKL Linux KeyLogger CVS repository, changing 54 files.
2005-11-04 13:53:19 UTC by vl4d
-
vl4d committed patchset 1 of module lkl to the LKL Linux KeyLogger CVS repository, changing 109 files.
2005-11-04 13:53:19 UTC by vl4d