mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-23 07:14:49 +00:00
Add CEG protection detection (#406)
* Initial work * Finish PR * Update test count
This commit is contained in:
committed by
GitHub
parent
fbee5a1c52
commit
6cc6f66c95
@@ -44,7 +44,7 @@ namespace BinaryObjectScanner.Test.Data
|
||||
public void PortableExecutableCheckClasses_Populated()
|
||||
{
|
||||
var actual = StaticChecks.PortableExecutableCheckClasses;
|
||||
Assert.Equal(105, actual.Length);
|
||||
Assert.Equal(106, actual.Length);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user