pub fn parse_descriptors(bytes: &[u8]) -> Result<Vec<PluginDescriptorInfo>>Expand description
Parses and returns all descriptors found in the binary. This function tries to guess the binary type.
pub fn parse_descriptors(bytes: &[u8]) -> Result<Vec<PluginDescriptorInfo>>Parses and returns all descriptors found in the binary. This function tries to guess the binary type.