validateSectionHeaders

fnvoid validateSectionHeaders(ElfFile file, ValidationLevel level = ValidationLevel.STANDARD)

Validate section headers.

Performs validation checks on the section header table.

Parameters

fileThe ELF file containing the sections.
levelThe validation level to use (default: STANDARD).

Throws

ElfFormatException if section headers are invalid.

ElfValidationException if section headers fail validation.