patterns/macho: Added Mach-O pattern

This commit is contained in:
Nik
2023-01-02 13:15:51 +01:00
committed by GitHub
parent ac28d9d029
commit ee95990225
3 changed files with 384 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ Hex patterns, include patterns and magic files for the use with the ImHex Hex Ed
| GIF | `image/gif` | [`patterns/gif.hexpat`](patterns/gif.hexpat) | GIF image files |
| ZSTD | `application/zstd` | [`patterns/zstd.hexpat`](patterns/zstd.hexpat) | Zstandard compressed data format |
| COFF | `application/x-coff` | [`patterns/coff.hexpat`](patterns/coff.hexpat) | Common Object File Format (COFF) executable |
| Mach-O | `application/x-mach-binary` | [`patterns/macho.hexpat`](patterns/macho.hexpat) | Mach-O executable |
### Scripts