Skip to content

Instantly share code, notes, and snippets.

@tanaka-geek
Created March 6, 2021 16:52
Show Gist options
  • Save tanaka-geek/32060c13efa4e9501cdccba8f33d64c0 to your computer and use it in GitHub Desktop.
Save tanaka-geek/32060c13efa4e9501cdccba8f33d64c0 to your computer and use it in GitHub Desktop.
Compiling the previous reverse-shell.c kernel module
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