Skip to content

amcache-forensic

Read a Windows Amcache.hve — inventoried executables (path, SHA-1, publisher) and PnP devices — on any OS.

amcache-core is the reader (parse_bytes(&[u8]) -> Amcache, modern Windows 10/11 and legacy Root\File); amcache-forensic adds graded findings (each carrying the SHA-1) and the amcache4n6 CLI.

$ cargo install amcache-forensic
$ amcache4n6 /path/to/Amcache.hve

See the project README for full usage and the findings table, and Validation for how correctness is established.