ELF32: stack canary

This commit is contained in:
2025-09-05 15:57:26 +02:00
parent bd007c9a69
commit ae889caae4
4 changed files with 107 additions and 24 deletions

View File

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