This commit is contained in:
de4dot 2012-02-29 03:24:23 +01:00
parent 8740ba8419
commit 9791e63e51

View File

@ -188,7 +188,7 @@ namespace de4dot.code.deobfuscators.Eazfuscator_NET {
void findOtherType() {
foreach (var type in module.Types) {
// This type is added in EF 3.1+. The last number seems to be an int32 hash of
// This type is added by EF 3.1+. The last number seems to be an int32 hash of
// the assembly name, but - replaced with _.
if (!Regex.IsMatch(type.FullName, @"^pc1eOx2WJVV[_0-9]+$"))
continue;