shimcache-forensic¶
Decode the Windows AppCompatCache (ShimCache) from a SYSTEM hive — on any OS.
shimcache-core is the pure decoder (parse(&[u8]) -> Vec<ShimcacheEntry>, Windows XP through 11);
shimcache-forensic adds graded findings and the shimcache4n6 CLI.
See the project README for full usage, the supported formats, and the findings table, and Validation for how correctness is established.