Add option for including packers in scan

This commit is contained in:
Matt Nadareski
2020-10-31 14:46:08 -07:00
parent 69a04ff825
commit aa3afd676b
3 changed files with 35 additions and 25 deletions

View File

@@ -19,6 +19,7 @@ namespace Test
IncludePosition = true,
ScanAllFiles = false,
ScanArchives = true,
IncludePackers = true,
};
foreach (string arg in args)