From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- exploits/7350wurm/shellcode/pt/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 exploits/7350wurm/shellcode/pt/Makefile (limited to 'exploits/7350wurm/shellcode/pt/Makefile') diff --git a/exploits/7350wurm/shellcode/pt/Makefile b/exploits/7350wurm/shellcode/pt/Makefile new file mode 100644 index 0000000..e5e1fd5 --- /dev/null +++ b/exploits/7350wurm/shellcode/pt/Makefile @@ -0,0 +1,8 @@ + +all: rptrace.c + rm -f rptrace.o + gcc -c -I/usr/src/linux/include -O2 -Wall rptrace.c -o rptrace.o + +clean: + rm -f rptrace.o + -- cgit v1.3