Expand description
Jumplist Parser crate for analyzing Windows Jumplist files.
Supports both:
automaticDestinations-ms(DestList + LNKs in CFB)customDestinations-ms(CustomDestinations format)
Modules§
- appids
- Jumplist AppID to Name mapping for various applications.
- custom_
destinations - Parser for CustomDestinations Jumplist files used by Windows. These files are part of the Jump List feature and typically contain LNK entries grouped under different categories.
- destlist
- Parser for
DestListstreams in Windows JumpList automatic destinations files. These contain metadata about recently or frequently accessed files, including a reference to LNK entries stored in the same compound file. - errors
- Error types for the Jumplist parser.
Structs§
- Jumplist
Parser - Parse & represent a Jumplist file data.
Enums§
- Jumplist
Data - Wrapper enum to hold parsed Jumplist data.
- Jumplist
Type - Type of Jumplist file.
Traits§
- Flaten
- Trait to normalize parsed structures into a consistent
keyandvalueformat.