patterns: Added MIME types and magic numbers to all patterns that have them

This commit is contained in:
Nik
2025-01-14 20:01:36 +01:00
committed by GitHub
parent b936c04d21
commit 8db011b6e5
54 changed files with 103 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
#pragma magic [50 41 47 45] // PAGE
#pragma magic [ 50 41 47 45 ] @ 0x00 // PAGE
#pragma author "5h4rrK"
#pragma description "KERNEL DUMP"
@@ -99,4 +99,4 @@ struct DUMP_HEADER64 {
};
DUMP_HEADER64 dmp @0x00 [[name("DumpHeader")]];
DUMP_HEADER64 dmp @ 0x00 [[name("DumpHeader")]];