diff options
author | 2025-04-17 08:21:29 +0530 | |
---|---|---|
committer | 2025-04-17 08:21:29 +0530 | |
commit | 7a709eb44a353929f97750268b7cfbe934b784a0 (patch) | |
tree | 55c9aea8de081c634f5dc53d802faf63e6d042b8 /Makefile | |
parent | 9a53dbd03bfb9d1b1c76cef9a5a3f6fa051de396 (diff) | |
download | rootkit-master.tar.gz rootkit-master.tar.bz2 rootkit-master.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ obj-m += proc_explorer.o obj-m += pid_demo.o obj-m += proc_monitor.o obj-m += proc_hider.o +obj-m += stealth_launcher.o all: make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules |