Skip to main content

extract_metadata_from_bytes

Function extract_metadata_from_bytes 

Source
pub fn extract_metadata_from_bytes(data: &[u8]) -> Result<SaveMetadata>
Expand description

Parse a .sav or .bak file and return its GVAS metadata. Parse GVAS metadata from an in-memory byte slice. Useful for fuzzing.