Skip to content

Commit 06ecc1a

Browse files
committed
Temporarily disable MS-CAB extraction
This only affects the code for normal protection scans. This does not affect trying to run extract separately, mainly for the purposes of testing.
1 parent adcf9ee commit 06ecc1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BinaryObjectScanner.FileType/MicrosoftCAB.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ public string Extract(Stream stream, string file, bool includeDebug)
2929
{
3030
try
3131
{
32+
// TODO: Fix/re-enable/do ANYTHING to get this working again
33+
return null;
34+
3235
// Open the cab file
3336
var cabFile = MicrosoftCabinet.Create(stream);
3437
if (cabFile == null)

0 commit comments

Comments
 (0)