diff --git a/BurnOutSharp/FileType/Executable.cs b/BurnOutSharp/FileType/Executable.cs index 5e6fce9b..512e2a13 100644 --- a/BurnOutSharp/FileType/Executable.cs +++ b/BurnOutSharp/FileType/Executable.cs @@ -47,8 +47,9 @@ namespace BurnOutSharp.FileType { if (scanner.IncludeDebug) Console.WriteLine(ex); - AppendToDictionary(protections, file, "[Out of memory attempting to open]"); - return protections; + // Enable for odd files, keep disabled otherwise + // AppendToDictionary(protections, file, "[Out of memory attempting to open]"); + // return protections; } }