patterns: Add ESP32 image pattern (#449)

Co-authored-by: Nik <werwolv98@gmail.com>
This commit is contained in:
Tim Schneeberger
2025-09-21 11:30:38 +02:00
committed by GitHub
parent 7a9a5097a2
commit 4fc11f1b91
3 changed files with 120 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ Everything will immediately show up in ImHex's Content Store and gets bundled wi
| DTA | | [`patterns/max_v104.hexpat`](patterns/max_v104.hexpat) | Mechanized Assault and Exploration v1.04 (strategy game) save file format |
| DTED | | [`patterns/dted.hexpat`](patterns/dted.hexpat) | Digital Terrain Elevation Data (DTED) |
| ELF | `application/x-executable` | [`patterns/elf.hexpat`](patterns/elf.hexpat) | ELF header in elf binaries |
| ESP32 Image | | [`patterns/esp32_image.hexpat`](patterns/esp32_image.hexpat) | Firmware image format for the ESP32 chip family |
| EVTX | `application/x-ms-evtx` | [`patterns/evtx.hexpat`](patterns/evtx.hexpat) | MS Windows Vista Event Log |
| EXFAT | | [`patterns/fs/exfat.hexpat`](patterns/fs/exfat.hexpat) | Extensible File Allocation Table (exFAT) |
| EXT4 | | [`patterns/fs/ext4.hexpat`](patterns/fs/ext4.hexpat) | Ext4 File System |