ELF header read

This commit is contained in:
2025-09-03 15:23:52 +02:00
commit 1b1e14b856
5 changed files with 101 additions and 0 deletions

8
makefile Normal file
View File

@@ -0,0 +1,8 @@
all:
gcc -Wall -Wextra helper.c -g -o helpelf
install:
sudo cp helpelf /usr/bin/helpelf
clean:
rm helpelf