Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Integral-Tech opened this issue Apr 18, 2023 · 2 comments
Open

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

Integral-Tech opened this issue Apr 18, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@Integral-Tech
Copy link
Sponsor

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

@WerWolv
Copy link
Owner

WerWolv commented Apr 18, 2023

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

@WerWolv WerWolv closed this as completed Apr 18, 2023
@WerWolv WerWolv reopened this Apr 18, 2023
@WerWolv WerWolv added the help wanted Extra attention is needed label Apr 18, 2023
@coldacid
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants