mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 15:57:02 -05:00
* Fix : Added pragma for multiple PE MIME types. * Use magic db instead of application/octet-stream MIME-type. * Fix: Adds mime-type descriptions
7 lines
232 B
Plaintext
7 lines
232 B
Plaintext
# A libmagic database containing definition for PE files used by MS-DOS based systems
|
|
|
|
# MS-DOS Portable Executable
|
|
0x0 string/b MZ MS-DOS Binary
|
|
>(0x3c.l) string/b PE\0\0 Portable Executable
|
|
!:mime application/x-dosexec
|