diff --git a/BinaryObjectScanner/Protection/Macrovision.CDilla.cs b/BinaryObjectScanner/Protection/Macrovision.CDilla.cs
index fa221ce0..21fb861b 100644
--- a/BinaryObjectScanner/Protection/Macrovision.CDilla.cs
+++ b/BinaryObjectScanner/Protection/Macrovision.CDilla.cs
@@ -147,8 +147,8 @@ namespace BinaryObjectScanner.Protection
return null;
}
- ///
- internal IEnumerable CDillaCheckDirectoryPath(string path, IEnumerable? files)
+ ///
+ internal List CDillaCheckDirectoryPath(string path, List? files)
{
var matchers = new List
{
diff --git a/BinaryObjectScanner/Protection/Macrovision.CactusDataShield.cs b/BinaryObjectScanner/Protection/Macrovision.CactusDataShield.cs
index 0406280a..3b89dd00 100644
--- a/BinaryObjectScanner/Protection/Macrovision.CactusDataShield.cs
+++ b/BinaryObjectScanner/Protection/Macrovision.CactusDataShield.cs
@@ -63,8 +63,8 @@ namespace BinaryObjectScanner.Protection
return null;
}
- ///
- internal IEnumerable CactusDataShieldCheckDirectoryPath(string path, IEnumerable? files)
+ ///
+ internal List CactusDataShieldCheckDirectoryPath(string path, List? files)
{
// TODO: Verify if these are OR or AND
var matchers = new List
diff --git a/BinaryObjectScanner/Protection/Macrovision.FLEXnet.cs b/BinaryObjectScanner/Protection/Macrovision.FLEXnet.cs
index 481dd382..ba805f60 100644
--- a/BinaryObjectScanner/Protection/Macrovision.FLEXnet.cs
+++ b/BinaryObjectScanner/Protection/Macrovision.FLEXnet.cs
@@ -67,8 +67,8 @@ namespace BinaryObjectScanner.Protection
return null;
}
- ///
- internal IEnumerable FLEXNetCheckDirectoryPath(string path, IEnumerable? files)
+ ///
+ internal List FLEXNetCheckDirectoryPath(string path, List? files)
{
var matchers = new List
{
diff --git a/BinaryObjectScanner/Protection/Macrovision.RipGuard.cs b/BinaryObjectScanner/Protection/Macrovision.RipGuard.cs
index 26f2859e..c9e82044 100644
--- a/BinaryObjectScanner/Protection/Macrovision.RipGuard.cs
+++ b/BinaryObjectScanner/Protection/Macrovision.RipGuard.cs
@@ -58,8 +58,8 @@ namespace BinaryObjectScanner.Protection
return null;
}
- ///
- internal IEnumerable RipGuardCheckDirectoryPath(string path, IEnumerable? files)
+ ///
+ internal List RipGuardCheckDirectoryPath(string path, List? files)
{
var matchers = new List
{
diff --git a/BinaryObjectScanner/Protection/Macrovision.SafeCast.cs b/BinaryObjectScanner/Protection/Macrovision.SafeCast.cs
index 33f1488c..6eaf0c34 100644
--- a/BinaryObjectScanner/Protection/Macrovision.SafeCast.cs
+++ b/BinaryObjectScanner/Protection/Macrovision.SafeCast.cs
@@ -148,8 +148,8 @@ namespace BinaryObjectScanner.Protection
return null;
}
- ///
- internal IEnumerable SafeCastCheckDirectoryPath(string path, IEnumerable? files)
+ ///
+ internal List SafeCastCheckDirectoryPath(string path, List? files)
{
var matchers = new List
{
diff --git a/BinaryObjectScanner/Protection/Macrovision.SafeDisc.cs b/BinaryObjectScanner/Protection/Macrovision.SafeDisc.cs
index 7e2f92bc..8c2b5e29 100644
--- a/BinaryObjectScanner/Protection/Macrovision.SafeDisc.cs
+++ b/BinaryObjectScanner/Protection/Macrovision.SafeDisc.cs
@@ -124,8 +124,8 @@ namespace BinaryObjectScanner.Protection
return null;
}
- ///
- internal IEnumerable SafeDiscCheckDirectoryPath(string path, IEnumerable? files)
+ ///
+ internal List SafeDiscCheckDirectoryPath(string path, List? files)
{
var matchers = new List
{
diff --git a/BinaryObjectScanner/Protection/Macrovision.cs b/BinaryObjectScanner/Protection/Macrovision.cs
index f05131e2..1c347dbc 100644
--- a/BinaryObjectScanner/Protection/Macrovision.cs
+++ b/BinaryObjectScanner/Protection/Macrovision.cs
@@ -248,8 +248,8 @@ namespace BinaryObjectScanner.Protection
return null;
}
- ///
- internal IEnumerable MacrovisionCheckDirectoryPath(string path, IEnumerable? files)
+ ///
+ internal List MacrovisionCheckDirectoryPath(string path, List? files)
{
var matchers = new List
{