Created
March 6, 2021 16:52
-
-
Save tanaka-geek/32060c13efa4e9501cdccba8f33d64c0 to your computer and use it in GitHub Desktop.
Compiling the previous reverse-shell.c kernel module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
obj-m +=reverse-shell.o | |
all: | |
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules | |
clean: | |
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment