Implement CRC calculation of input sections

This commit is contained in:
2022-10-20 21:36:54 +02:00
parent 57be15d909
commit c8da6e4f4c
3 changed files with 117 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ enum granularity {
};
elfpatch_handle_t *elf_patch_open(const char *path);
elfpatch_handle_t *elf_patch_open(const char *path, bool readonly);
/**
* @brief Check if a section is present in file