mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
patterns/java_class: Added MIME type
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma endian big
|
||||
#pragma pattern_limit 100000000
|
||||
#pragma MIME application/x-java-applet
|
||||
|
||||
#include <std/string.pat>
|
||||
#include <std/math.pat>
|
||||
#include <std/core.pat>
|
||||
@@ -1098,4 +1100,4 @@ struct ClassFile {
|
||||
attribute_info<constant_pool> attributes[attributes_count];
|
||||
};
|
||||
|
||||
ClassFile file @ 0x0;
|
||||
ClassFile file @ 0x0;
|
||||
|
||||
Reference in New Issue
Block a user