mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-17 11:42:40 +00:00
More consistent naming
This commit is contained in:
@@ -251,7 +251,7 @@ namespace BurnOutSharp.FileType
|
||||
#region Packers
|
||||
|
||||
// If we're looking for packers too, run scans
|
||||
if (scanner.IncludePackers)
|
||||
if (scanner.ScanPackers)
|
||||
{
|
||||
|
||||
// Armadillo
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace BurnOutSharp
|
||||
/// <summary>
|
||||
/// Determines if packers are counted as detected protections or not
|
||||
/// </summary>
|
||||
public bool IncludePackers { get; set; } = false;
|
||||
public bool ScanPackers { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Constructor
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace Test
|
||||
IncludePosition = true,
|
||||
ScanAllFiles = false,
|
||||
ScanArchives = true,
|
||||
IncludePackers = true,
|
||||
ScanPackers = true,
|
||||
};
|
||||
|
||||
foreach (string arg in args)
|
||||
|
||||
Reference in New Issue
Block a user