patterns: Added very basic MBR and FAT32 filesystem pattern

This commit is contained in:
WerWolv
2022-08-10 14:36:06 +02:00
committed by GitHub
parent 7c88439681
commit ce2b4d60ca
2 changed files with 169 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ Hex patterns, include patterns and magic files for the use with the ImHex Hex Ed
| VDF | | `patterns/vdf.hexpat` | Binary Value Data Format (.vdf) files |
| IP | | `patterns/ip.hexpat` | Ethernet II Frames (IP Packets) |
| UF2 | | `patterns/uf2.hexpat` | [USB Flashing Format](https://github.com/microsoft/uf2) |
| File System | | `patterns/fs.hexpat` | Drive File System |
### Scripts