patterns: Added minidump pattern

This commit is contained in:
Nik
2022-09-13 13:26:50 +02:00
committed by GitHub
parent ce542887c4
commit 4bda291de1
2 changed files with 424 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ Hex patterns, include patterns and magic files for the use with the ImHex Hex Ed
| FLAC | `audio/flac` | `patterns/flac.hexpat` | Free Lossless Audio Codec, FLAC Audio Format |
| BSON | `application/bson` | `patterns/bson.hexpat` | BSON (Binary JSON) format |
| msgpack | `application/x-msgpack` | `patterns/msgpack.hexpat` | MessagePack binary serialization format |
| MiniDump | `application/x-dmp` | `patterns/minidump.hexpat` | Windows MiniDump files |
### Scripts