pub fn parse_binary( _pid: Pid, filename: &Path, addr: u64, size: u64, _is_bin: bool, ) -> Result<BinaryInfo, Error>
Uses goblin to parse a binary file, returns information on symbols/bss/adjusted offset etc