Skip to main content

read_elf

Function read_elf 

Source
pub(super) fn read_elf(path: &str) -> Result<Vec<u8>, ShellError>
Expand description

Read an ELF binary from a VFS path into a Vec. Shared helper used by ping and other commands that spawn userspace binaries.