mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-19 04:32:55 +00:00
Remove restriction from RAR
This commit is contained in:
@@ -57,9 +57,6 @@ namespace BinaryObjectScanner.FileType
|
||||
rarFile = RarArchive.Open(file!, readerOptions);
|
||||
}
|
||||
|
||||
if (!rarFile.IsComplete)
|
||||
return false;
|
||||
|
||||
if (rarFile.IsSolid)
|
||||
return ExtractSolid(rarFile, outDir, includeDebug);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user