Crate jumplist_parser

Crate jumplist_parser 

Source
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 DestList streams 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§

JumplistParser
Parse & represent a Jumplist file data.

Enums§

JumplistData
Wrapper enum to hold parsed Jumplist data.
JumplistType
Type of Jumplist file.

Traits§

Flaten
Trait to normalize parsed structures into a consistent key and value format.