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