ImHex-Patterns icon indicating copy to clipboard operation
ImHex-Patterns copied to clipboard

Hex patterns, include patterns and magic files for the use with the ImHex Hex Editor

Results 94 ImHex-Patterns issues
Sort by recently updated
recently updated
newest added

While writing a new pattern for keepass kdbx files I wanted to display a specific value of the keepass db file as UUID. KeePass uses specific CipherIDs for the used...

As per [Protobuf Documentation](https://protobuf.dev/programming-guides/encoding/#structure), "Tags" (Keys) of Records/Keys are encoded as VarInts / LEB128. However the current Protobuf pattern assumes Keys are always 1 byte: https://github.com/WerWolv/ImHex-Patterns/blob/6baae925532a8e3fb557fd07273063c306e5bc5b/patterns/protobuf.hexpat#L34 This assumption will not...

attribute_name_index value show `error[E0004]: Type error, Array expanded past end of data`. ![image](https://github.com/WerWolv/ImHex-Patterns/assets/43509652/686d0caf-002e-4aa3-aebf-2e989f615043) ## Reappear Java source code: ```java class Test { private String a = "a"; private String b...

Please help to implement FAT (FAT16, FAT32 and exFAT) file system pattern. Thanks!

help wanted

- Support for EOF if EOF in the JPEG met not in the end. ## Before ![image](https://github.com/WerWolv/ImHex-Patterns/assets/28678409/4c14b558-4165-4291-b60b-9caf6ba05d99) ## After ![image](https://github.com/WerWolv/ImHex-Patterns/assets/28678409/01050ffa-7bc3-4b20-9e41-1970c73d766a) ## JPEG to reproduce ![Schematic 53c1dec](https://github.com/WerWolv/ImHex-Patterns/assets/28678409/c3cec8d0-7d34-4607-b57c-a8ef3df9e1a7) More information in #239

Hello! ## Feature description I'd like a feature if JPEG Pattern Parser will show correctly shows overridden JPEGs. ## Example Example of such image: ![orig_schematic_fixed_53c1dec](https://github.com/WerWolv/ImHex-Patterns/assets/28678409/585ad92c-4575-4255-a30b-f3d2b6aafdd8) This is how it processed...

One (1). This fork is ahead by one (1) commit. Github dumb. Also apparently it's not allowed to merge automatically? *sigh*

I like to get the crc16 calculation available in the pattern editor. Only crc32 is available at the moment. Adding the follwing code to hash.pat is not working: fn crc16(ref...