WerWolv / ImHex-Patterns

Hex patterns, include patterns and magic files for the use with the ImHex Hex Editor
https://github.com/WerWolv/ImHex
GNU General Public License v2.0
643 stars 170 forks source link

Add Pattern for the FAT (FAT16, FAT32 and exFAT) File System #108

Open Integral-Tech opened 1 year ago

Integral-Tech commented 1 year ago

Please help to implement FAT (FAT16, FAT32 and exFAT) file system pattern. Thanks!

WerWolv commented 1 year ago

Hey! I wrote a primitive pattern that can parse the MBR and parts of FAT32 partitions referenced in the parition table: https://github.com/WerWolv/ImHex-Patterns/blob/master/patterns/fs.hexpat

If you'd like to expand on that, the ground work has been layed

coldacid commented 8 months ago

FAT12 would be even more useful for me dealing with floppy disk images 😅