Skip to main content

parse

Function parse 

Source
pub fn parse(hive: &Hive<Cursor<Vec<u8>>>) -> Vec<ShellbagEntry>
Expand description

Extract all ShellBag entries from a hive.

Probes several well-known BagMRU key paths. For each that exists, walks the key tree recursively and emits one ShellbagEntry per key.

Returns an empty Vec if no BagMRU key is present.