Diff between ELF32/64

This commit is contained in:
2025-09-03 22:11:30 +02:00
parent 1b1e14b856
commit 8346b06165
5 changed files with 165 additions and 91 deletions

View File

@@ -1,5 +1,5 @@
all:
gcc -Wall -Wextra helper.c -g -o helpelf
gcc -Wall -Wextra main.c -g -o helpelf
install:
sudo cp helpelf /usr/bin/helpelf