diff --git a/BinaryObjectScanner/Scanner.cs b/BinaryObjectScanner/Scanner.cs index 5ee8f553..bea941aa 100644 --- a/BinaryObjectScanner/Scanner.cs +++ b/BinaryObjectScanner/Scanner.cs @@ -378,7 +378,7 @@ private ProtectionDictionary GetInternalProtections(string fileName, Stream stre _ = extractable.Extract(tempPath, _includeDebug); // Check if any files extracted - if (IOExtensions.SafeGetFiles(tempPath).Length > 0) + if (IOExtensions.SafeGetFileSystemEntries(tempPath).Length > 0) { // Scan the output path var subProtections = GetProtectionsImpl(tempPath, depth + 1);