Operating System
Windows
What's the issue you encountered?
auto pattern not works, and libmagic report invalid types in nightly builds, v1.38.1 works well.
How can the issue be reproduced?
- Open any mp3 with ID3 tags(for example, the one in libmagic, https://github.com/file/file/raw/refs/heads/master/tests/JW07022A.mp3.testfile)
- v1.38.1 suggest patten
id3, and data info->magic info show mime_type=audio/mpeg, desc=
Audio file with ID3 version 2.3.0,
contains:
- MPEG ADTS, layer III, v2,
24 kbps, 16 kHz, Monaural
-
- v1.39 not suggest any patten, and data info->magic info show mime_type=
application/octet-stream, desc=
Audio file with ID3 version 2.73.73, extended header
- Open any exe(for example, imhex.exe)
- v1.38.1 suggest patten
dos/pe, and data info->magic info show mime_type=application/vnd.microsoft.portable-executableapplication/x-dosexec, desc=
PE32+ executable for MS Windows 6.00 (console),
x86-64
- , 9 sections
- MS-DOS Binary
Portable Executable
- v1.39 not suggest any patten, and data info->magic info show mime_type=
application/octet-stream, desc=
- imhex-gui.pdb
- v1.38.1 data info->magic info show mime_type=
application/x-ms-pdb, desc=
MSVC program database ver 7.00, 1024*3331 bytes
- v1.39 data info->magic info show mime_type=
application/octet-stream, desc=
ImHex Version
v1.39.0.WIP(c6045c7), x64
ImHex Build Type
Installation type
Portable
Additional context?
No response
Operating System
Windows
What's the issue you encountered?
auto pattern not works, and libmagic report invalid types in nightly builds, v1.38.1 works well.
How can the issue be reproduced?
id3, and data info->magic info show mime_type=audio/mpeg, desc=application/octet-stream, desc=dos/pe, and data info->magic info show mime_type=application/vnd.microsoft.portable-executableapplication/x-dosexec, desc=application/octet-stream, desc=application/x-ms-pdb, desc=application/octet-stream, desc=ImHex Version
v1.39.0.WIP(c6045c7), x64
ImHex Build Type
Installation type
Portable
Additional context?
No response