pub fn analyze_executable(elf: &[u8]) -> Result<Functions<'_>>
Expand description

Parses an executable ELF file and returns a list of functions and their stack usage