Merge pull request #403 from Signum21/master

Better error handling in FileAnalysis
This commit is contained in:
Carlos Polop 2024-01-24 18:11:02 +01:00 committed by GitHub
commit 12ff600e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -444,7 +444,7 @@ namespace winPEAS.Checks
foundRegexes[regex_obj.name][regex.name] = fileResults;
}
}
catch (System.IO.IOException)
catch (Exception ex)
{
// Cannot read the file
}