A Dissect module implementing parsers for the FAT and exFAT file systems, commonly used on flash memory based storage devices and UEFI partitions.

1 Open Issue Need Help Last updated: Jul 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Remove the directory entry cache from the FAT implementation within the dissect.fat module. This involves modifying the existing code to eliminate caching at the individual node level, aligning with changes made in dissect.extfs.

Complexity: 4/5
good first issue

A Dissect module implementing parsers for the FAT and exFAT file systems, commonly used on flash memory based storage devices and UEFI partitions.

Python