ccc6b729de
Full BigBrother network implant - passive SOC + active exploitation. Personal identifiers removed; all capabilities intact. See README.md for setup and docs/deployment.md for detailed deployment.
10 lines
145 B
Makefile
10 lines
145 B
Makefile
obj-m += bb_hide.o
|
|
|
|
KDIR ?= /lib/modules/$(shell uname -r)/build
|
|
|
|
all:
|
|
make -C $(KDIR) M=$(PWD) modules
|
|
|
|
clean:
|
|
make -C $(KDIR) M=$(PWD) clean
|