mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
magic: Added additional PE mime types (#10)
* Fix : Added pragma for multiple PE MIME types. * Use magic db instead of application/octet-stream MIME-type. * Fix: Adds mime-type descriptions
This commit is contained in:
6
magic/portable_executable_magic
Normal file
6
magic/portable_executable_magic
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# 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
|
||||||
Reference in New Issue
Block a user