patterns: Removed text/plain MIME type from intel hex pattern

This commit is contained in:
WerWolv
2022-06-27 20:40:23 +02:00
committed by GitHub
parent bfc471f4e5
commit 48dd8f68ca
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ Hex patterns, include patterns and magic files for the use with the ImHex Hex Ed
| BMP | `image/bmp` | `patterns/bmp.hexpat` | OS2/Windows Bitmap files |
| ELF | `application/x-executable`, `application/x-sharedlib` | `patterns/elf.hexpat` | ELF header in elf binaries |
| PE | `application/x-dosexec` | `patterns/pe.hexpat` | PE header, COFF header, Standard COFF fields and Windows Specific fields |
| Intel HEX | `text/plain` | `patterns/intel_hex.hexpat` | [Intel hexadecimal object file format definition]("https://en.wikipedia.org/wiki/Intel_HEX") |
| Intel HEX | | `patterns/intel_hex.hexpat` | [Intel hexadecimal object file format definition]("https://en.wikipedia.org/wiki/Intel_HEX") |
| MIDI | `audio/midi` | `patterns/midi.hexpat` | MIDI header, event fields provided |
| WAV | `audio/wav` | `patterns/wav.hexpat` | RIFF header, WAVE header, PCM header |
| ZIP | `application/zip` | `patterns/zip.hexpat` | End of Central Directory Header, Central Directory File Headers |

View File

@@ -4,7 +4,6 @@
* NOTE: these were ascii hex values for me, so use the calculator tool to convert
* values
*/
#pragma MIME text/plain
#pragma endian big
enum FileType: u16 {