WIP: added example
This commit is contained in:
19
README.md
19
README.md
@ -1,3 +1,20 @@
|
||||
# mashzip
|
||||
|
||||
yet another gzip
|
||||
yet another gzip
|
||||
|
||||
Example:
|
||||
```
|
||||
Some long text!!!!\x01\x02\x03\x04
|
||||
```
|
||||
|
||||
```hexdump
|
||||
00000000: 4d41 5348 0554 4000 0000 0000 0000 0000 MASH.T@.........
|
||||
00000010: 0000 0000 3300 0000 0000 0000 0000 0000 ....3...........
|
||||
00000020: 0000 0000 0000 0000 0000 0000 0005 0000 ................
|
||||
00000030: 0000 0000 0000 0404 0000 4544 0000 3000 ..........ED..0.
|
||||
00000040: 4000 0000 0000 0000 0000 0000 0000 0000 @...............
|
||||
00000050: 0000 0000 0000 0000 0000 0000 0000 0000 ................
|
||||
00000060: 0000 0000 0000 0000 0000 0000 0000 0000 ................
|
||||
00000070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
|
||||
00000080: 0000 0000 9e3f 4279 13c2 5692 f06e 07 .....?By..V..n.
|
||||
```
|
Reference in New Issue
Block a user