From 68459ada2db3d8626b1957e220a9abe8aff6c1e3 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Mon, 19 Sep 2011 01:00:27 +0200 Subject: Added license and done a little cleanup of code --- README | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'README') diff --git a/README b/README index 878aac7..74e4664 100644 --- a/README +++ b/README @@ -1,5 +1,3 @@ -** INTRO ** - Evspy is a general purpose kernel-mode keylogger in (early) development stage. The file from where you can read the registered keystrokes is /proc/driver/evspy @@ -9,22 +7,18 @@ Don't be evil. ** COMPILE ** - $ make ** LOAD ** - # insmod evspy.ko ** UNLOAD ** - # rmmod evspy ** IS IT ALREADY LOADED? ** - $ lsmod | grep evspy @@ -32,24 +26,22 @@ Don't be evil. If you want evspy to be loaded every time system boots, copy it into your kernel module dir: - # cp evspy.ko /lib/modules/$(uname -r)/kernel/drivers/input/evspy.ko and update module database: - # depmod -a (In some distros it could also be necessary to add it to some rc/config file) Once it has been installed, you can load it when you want with - # modprobe evspy ** OTHER ** A patch is supplied (evspy.patch) to be able to compile a kernel with evspy -included; just cd to your Linux source tree, copy all the evspy files (*.c *.h) -to drivers/input/, and apply the patch. Then you should be able to configure the -kernel to include evspy just like any other module: +included; just cd to your Linux source tree, copy all the evspy files +(*.c *.h maps khm) to drivers/input/, and apply the patch. +Then you should be able to configure the kernel to include evspy just like +any other module: Device Drivers --> Input device support --> Event based keylogger -- cgit v1.2.3