aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswa Kalyan Bhuyan <biswa@surgot.in> 2025-04-17 08:21:29 +0530
committerLibravatarLibravatar Biswa Kalyan Bhuyan <biswa@surgot.in> 2025-04-17 08:21:29 +0530
commit7a709eb44a353929f97750268b7cfbe934b784a0 (patch)
tree55c9aea8de081c634f5dc53d802faf63e6d042b8 /Makefile
parent9a53dbd03bfb9d1b1c76cef9a5a3f6fa051de396 (diff)
downloadrootkit-7a709eb44a353929f97750268b7cfbe934b784a0.tar.gz
rootkit-7a709eb44a353929f97750268b7cfbe934b784a0.tar.bz2
rootkit-7a709eb44a353929f97750268b7cfbe934b784a0.zip
updated stealth_launcher.c with just hides the process in trace levelHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7410a64..c72c375 100644
--- a/Makefile
+++ b/Makefile
@@ -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