pub fn scan_elf_string_artifacts(bytes: &[u8]) -> Option<Vec<ElfStringArtifact>>Expand description
Extract printable-string artifact matches from ELF .rodata and related sections.
Returns None if bytes are not a valid ELF object.
Returns Some(vec![]) if valid ELF but no Father-class patterns found.