Implement ELF file opening

This commit is contained in:
2022-10-16 20:51:29 +02:00
parent dd9eb898a8
commit fb5f527f45
6 changed files with 165 additions and 15 deletions

View File

@@ -10,6 +10,8 @@ set (CFILES
version.c
named_crcs.c
crc.c
elfpatch.c
reporting.c
)
set(GEN_HEADER_PATH "${CMAKE_CURRENT_BINARY_DIR}/include/generated")