Skip to content

Commit c7e0085

Browse files
committed
other entries no longer needed
1 parent a56c769 commit c7e0085

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

loader_research/Makefile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CFLAGS=-g -m32 -std=c99 -Wall
22

33

4-
all: mapper unmap test input other mapper_payload test_shellcode
4+
all: mapper unmap test input other
55

66
mapper: mapper.c
77
gcc $(CFLAGS) mapper.c -o mapper
@@ -18,12 +18,5 @@ input: input.c
1818
other: other.c
1919
gcc $(CFLAGS) -pie -static -Wl,-Bstatic -static-libgcc other.c -o other
2020

21-
mapper_payload: mapper_payload.s
22-
nasm mapper_payload.s -o mapper_payload_test
23-
cat stage >> mapper_payload_test
24-
25-
test_shellcode: test_shellcode.c
26-
gcc -m32 test_shellcode.c -o test_shellcode
27-
2821
clean:
29-
rm -f mapper unmap test input.so other mapper_payload_test test_shellcode
22+
rm -f mapper unmap test input.so other

0 commit comments

Comments
 (0)