Crate thumbscache

Source
Expand description

View the contents of the Windows thumbnail cache files

https://en.wikipedia.org/wiki/Windows_thumbnail_cache This library provides an easy-to-use function to read the contents of the thumbnail cache files and view the cache entries of it Supports Windows Vista and above TODO :

  • Data and header verification

Structs§

CacheEntry
Cache entry
Thumbscache
Thumbscache

Enums§

CacheType
ThumbsError
These errors can appear if you’re trying to read a file that isn’t a thumbnail cache database or if you’re trying to read an invalid file
WindowsVersion
The Windows version associated with the thumbnail cache file

Functions§

open_thumbscache
Opens the thumbscache database and reads it to a struct. Additional parsing is neccessary using the .read() function.