diff --git a/de4dot.cui/FilesDeobfuscator.cs b/de4dot.cui/FilesDeobfuscator.cs index 40677985..abed4ae0 100644 --- a/de4dot.cui/FilesDeobfuscator.cs +++ b/de4dot.cui/FilesDeobfuscator.cs @@ -309,6 +309,9 @@ namespace de4dot.cui { catch (IOException) { return new List(); } + catch (System.Security.SecurityException) { + return new List(); + } return RecursiveAdd(searchDir, fsinfos); }