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
+3
View File
@@ -0,0 +1,3 @@
#pragma once
void parse_elf(FILE *file);