From 1a2d785093d55518c6d8c4fd4a8570fe805ac1c0 Mon Sep 17 00:00:00 2001 From: Nik Date: Sat, 24 Jun 2023 11:05:10 +0200 Subject: [PATCH] patterns/java_class: Added MIME type --- patterns/java_class.hexpat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patterns/java_class.hexpat b/patterns/java_class.hexpat index c386c58..0cb7816 100644 --- a/patterns/java_class.hexpat +++ b/patterns/java_class.hexpat @@ -1,5 +1,7 @@ #pragma endian big #pragma pattern_limit 100000000 +#pragma MIME application/x-java-applet + #include #include #include @@ -1098,4 +1100,4 @@ struct ClassFile { attribute_info attributes[attributes_count]; }; -ClassFile file @ 0x0; \ No newline at end of file +ClassFile file @ 0x0;