diff --git a/BinaryObjectScanner/Scanner.cs b/BinaryObjectScanner/Scanner.cs index edef8421..9b9e81be 100644 --- a/BinaryObjectScanner/Scanner.cs +++ b/BinaryObjectScanner/Scanner.cs @@ -251,7 +251,6 @@ namespace BinaryObjectScanner var protections = new ProtectionDictionary(); protections.Append(file, _includeDebug ? ex.ToString() : "[Exception opening file, please try again]"); - protections.ClearEmptyKeys(); return protections; } }