aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-19 01:45:57 +0200
committerGuillermo Ramos2011-09-19 01:45:57 +0200
commit4dc487c601ff19310ca7553105cc405c5b6095ee (patch)
tree8e9e2f21922df02a3a780ab7ceeda764f2f17b8f /README
parent68459ada2db3d8626b1957e220a9abe8aff6c1e3 (diff)
downloadevspy-4dc487c601ff19310ca7553105cc405c5b6095ee.tar.gz
Improved info about the patch
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index 74e4664..684a29c 100644
--- a/README
+++ b/README
@@ -40,8 +40,13 @@ Once it has been installed, you can load it when you want with
** 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 maps khm) to drivers/input/, and apply the patch.
+included. If KERN is the directory where your kernel is located, just copy the
+patch there (KERN/) and copy all the evspy files (*.c, *.h, maps, khm) to
+KERN/drivers/input/. Then, cd to KERN and apply the patch:
+ $ patch -p1 < evspy.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
+ $ make menuconfig
+ Device Drivers --> Input device support --> Event based keylogger
+ $ ...