mirror of
https://github.com/v12-security/pocs.git
synced 2026-05-26 08:40:48 +00:00
TossUp
This commit is contained in:
parent
a82f4368ab
commit
8a0604c676
10 changed files with 1137 additions and 0 deletions
10
terramaster/lpe/Makefile
Normal file
10
terramaster/lpe/Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
CC := aarch64-linux-gnu-gcc
|
||||
CFLAGS := -static
|
||||
|
||||
all: suid
|
||||
|
||||
suid: suid.c
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
||||
clean:
|
||||
rm -f suid
|
||||
Loading…
Add table
Add a link
Reference in a new issue