From 7a709eb44a353929f97750268b7cfbe934b784a0 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Thu, 17 Apr 2025 08:21:29 +0530 Subject: updated stealth_launcher.c with just hides the process in trace level --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3-59-g8ed1b