ELF32: RELRO, strip, linking info

This commit is contained in:
2025-09-06 12:18:27 +02:00
parent ae889caae4
commit f3496b103e
5 changed files with 132 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ install:
test:
make
gcc -m32 -fstack-protector main.c
gcc -m32 -fstack-protector -static -Wl,-z,relro,-z,now main.c
./helpelf a.out
clean: