Skip to content

Commit

Permalink
Fix: 2022-07-07
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Jul 7, 2022
1 parent c590f42 commit f82b033
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion db/Binary/archives.1.sg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
// Authors: hypn0 <hypn0@mail.ru>, Kaens (TG@kaens)

init("archive","");

Expand Down Expand Up @@ -317,6 +317,13 @@ function detect(bShowType,bShowVersion,bShowOptions)
bDetected=1;
sName="tar";
}
else if(Binary.compare("'LB'0100")) {
bDetected=1;
sName="XFL game resource file (.XFL)";
sVersion="v1.0";
sOptions=sOptions.append(Binary.getString(12,32));
sOptions=sOptions.append("& other "+(Binary.readDword(8)-1)+" files");
}

return result(bShowType,bShowVersion,bShowOptions);
}

0 comments on commit f82b033

Please sign in to comment.