We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please help to implement FAT (FAT16, FAT32 and exFAT) file system pattern. Thanks!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
FAT12 would be even more useful for me dealing with floppy disk images 😅
No branches or pull requests
Please help to implement FAT (FAT16, FAT32 and exFAT) file system pattern. Thanks!
The text was updated successfully, but these errors were encountered: