ELF32: NX/PIE check

This commit is contained in:
2025-09-04 17:30:16 +02:00
parent f4361e77dc
commit 495b5a4d76
4 changed files with 151 additions and 16 deletions

View File

@@ -4,5 +4,10 @@ all:
install:
sudo cp helpelf /usr/bin/helpelf
test:
make
gcc -m32 main.c
./helpelf a.out
clean:
rm helpelf