Skip to content

Commit

Permalink
Merge pull request #56 from mmoosstt/patch-1
Browse files Browse the repository at this point in the history
added FileSignatures for SquashFS
  • Loading branch information
adoconnection authored Jan 17, 2022
2 parents 745ce4f + 72ed3bf commit f072f45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SevenZipExtractor/Formats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ public class Formats
{SevenZipFormat.GZip, new byte[] { 0x1f, 0x0b }},
{SevenZipFormat.Zip, new byte[] { 0x50, 0x4b }},
{SevenZipFormat.Arj, new byte[] { 0x60, 0xEA }},
{SevenZipFormat.Lzh, new byte[] { 0x2D, 0x6C, 0x68 }}
{SevenZipFormat.Lzh, new byte[] { 0x2D, 0x6C, 0x68 }},
{SevenZipFormat.SquashFS, new byte[] {0x68, 0x73, 0x71, 0x73}}
};
}
}
}

0 comments on commit f072f45

Please sign in to comment.