We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0181917 commit 53d4757Copy full SHA for 53d4757
1 file changed
BinaryObjectScanner.Test/Protection/CEGTests.cs
@@ -14,7 +14,7 @@ public void CheckPortableExecutableTest()
14
Stream source = new MemoryStream(new byte[1024]);
15
SabreTools.Serialization.Wrappers.PortableExecutable exe = new(model, source);
16
17
- var checker = new CenegaProtectDVD();
+ var checker = new CEG();
18
string? actual = checker.CheckExecutable(file, exe, includeDebug: false);
19
Assert.Null(actual);
20
}
0 commit comments