Skip to content

Commit

Permalink
Added: Link to ImHex Pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Dec 12, 2024
1 parent b714473 commit b81a842
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/bzip3_format.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# BZip3 Format Specification

Version 1

## Headers

The File and Frame formats share a similar structure, differing only in whether they include a
Expand Down Expand Up @@ -174,4 +176,8 @@ struct Block {
The `model` byte in regular blocks indicates which compression features were used:

- `0x02`: LZP (Longest Previous Pattern) compression
- `0x04`: RLE (Run-Length Encoding) compression
- `0x04`: RLE (Run-Length Encoding) compression

## External Resources

- [BZip3 Pattern for ImHex](https://github.com/WerWolv/ImHex-Patterns/pull/329)

0 comments on commit b81a842

Please sign in to comment.