mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
683 B
683 B
Pattern
[Information about your pattern]
Checklist
- A pattern for this format doesn't exist yet (or this PR improves the existing one)
- The new pattern has been added to the relevant table in the Readme
- The new pattern has a description pragma (
#pragma description My pattern Description here) - The pattern was associated with all relevant MIME types (using
#pragma MIME mime-typein the source code)- Make sure to never use
application/octet-streamhere as that means "Unidentifiable binary data"
- Make sure to never use
- A test file for this pattern has been added to /tests/patterns/test_data
- Try to keep this file below ~ 1 MB