Started working on retrieving ELF metadata

This commit is contained in:
2026-05-20 20:53:00 +03:00
parent 92675aee82
commit 2e6faeeb72
4 changed files with 102 additions and 7 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
set -e
mkdir -p build/
gcc -std=gnu23 -I include/ src/*.c -o build/gandalf
gcc -std=gnu23 -I include/ src/*.c src/*/*.c -o build/gandalf