mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2025-12-05 20:40:08 -08:00
Merge pull request #403 from Signum21/master
Better error handling in FileAnalysis
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user