Skip to content

Instantly share code, notes, and snippets.

@Yuma-Tsushima07
Created July 29, 2021 09:36
Show Gist options
  • Select an option

  • Save Yuma-Tsushima07/cdc83b6c749cbad1b72712c409fa2795 to your computer and use it in GitHub Desktop.

Select an option

Save Yuma-Tsushima07/cdc83b6c749cbad1b72712c409fa2795 to your computer and use it in GitHub Desktop.
Makefile for SYS_MODULE based docker breakout
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