mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-31 05:02:57 +00:00
Add option for including packers in scan
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Test
|
||||
IncludePosition = true,
|
||||
ScanAllFiles = false,
|
||||
ScanArchives = true,
|
||||
IncludePackers = true,
|
||||
};
|
||||
|
||||
foreach (string arg in args)
|
||||
|
||||
Reference in New Issue
Block a user