Started to break out the parsing of the file's bytes into seperate files.

This commit is contained in:
2024-04-09 22:47:40 -05:00
parent f8374cb026
commit b40418d357
4 changed files with 400 additions and 207 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
gcc -o main.o main.c
gcc -o main.o elf_header.c main.c -g -Wall -DDEBUG -Wpedantic -Wextra -Wunused-result -std=c99 -pedantic-errors
./main.o "$1"