ElfValidationException if section headers fail validation.
validateSectionHeaders
fn
void validateSectionHeaders(ElfFile file, ValidationLevel level = ValidationLevel.STANDARD)Validate section headers.
Performs validation checks on the section header table.
Parameters
file | The ELF file containing the sections. |
level | The validation level to use (default: STANDARD). |
Throws
ElfFormatException if section headers are invalid.