Skip to content

Commit

Permalink
Merge pull request ReFirmLabs#277 from BenBE/patch-2
Browse files Browse the repository at this point in the history
Include signatures for XAR archive format
  • Loading branch information
devttys0 authored Jun 22, 2017
2 parents df371c9 + ef19cda commit 129fe07
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/binwalk/magic/archives
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,13 @@
>8 byte !0x24 {invalid}
>8 byte 0x24 folder records offset: %d

# Benny Baumann <[email protected]>
# XAR archiver, http://code.google.com/p/xar/
0 string xar! XAR archive
>6 beshort x \b, version: %d
>4 ubeshort x \b, header size: %d
>8 ubequad x \b, TOC compressed: %d
>16 ubequad x \b, TOC uncompressed: %d
>24 belong 0 \b, checksum: none
>24 belong 1 \b, checksum: SHA1
>24 belong 2 \b, checksum: MD5

0 comments on commit 129fe07

Please sign in to comment.