Merge branch 'master' into xml-export

This commit is contained in:
2023-01-04 15:15:03 +01:00
3 changed files with 47 additions and 26 deletions

View File

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