mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-09 02:16:46 +00:00
Fix typo in SafeDisc detection (#224)
* Fix typo in SafeDisc detection.
This commit is contained in:
committed by
GitHub
parent
aff43b7625
commit
0c468e3489
@@ -135,9 +135,9 @@ namespace BurnOutSharp.ProtectionType
|
||||
new PathMatchSet(new PathMatch("SD0c0a.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD040b.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD040c.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD0419.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD041d.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD041e.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD041e.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD0404.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD0405.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD0406.dll", useEndsWith: true), "SafeDisc"),
|
||||
@@ -210,9 +210,9 @@ namespace BurnOutSharp.ProtectionType
|
||||
new PathMatchSet(new PathMatch("SD0c0a.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD040b.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD040c.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD0419.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD041d.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD041e.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD041e.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD0404.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD0405.dll", useEndsWith: true), "SafeDisc"),
|
||||
new PathMatchSet(new PathMatch("SD0406.dll", useEndsWith: true), "SafeDisc"),
|
||||
|
||||
Reference in New Issue
Block a user