We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56c769 commit c7e0085Copy full SHA for c7e0085
loader_research/Makefile
@@ -1,7 +1,7 @@
1
CFLAGS=-g -m32 -std=c99 -Wall
2
3
4
-all: mapper unmap test input other mapper_payload test_shellcode
+all: mapper unmap test input other
5
6
mapper: mapper.c
7
gcc $(CFLAGS) mapper.c -o mapper
@@ -18,12 +18,5 @@ input: input.c
18
other: other.c
19
gcc $(CFLAGS) -pie -static -Wl,-Bstatic -static-libgcc other.c -o other
20
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
28
clean:
29
- rm -f mapper unmap test input.so other mapper_payload_test test_shellcode
+ rm -f mapper unmap test input.so other
0 commit comments