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§
- Cache
Entry - Cache entry
- Thumbscache
- Thumbscache
Enums§
- Cache
Type - Thumbs
Error - 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
- Windows
Version - 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.