Update the counter

This commit is contained in:
de4dot 2012-07-05 23:19:37 +02:00
parent b9e88972ae
commit 02c89550cb

View File

@ -197,7 +197,7 @@ namespace de4dot.code.deobfuscators.dotNET_Reactor.v4 {
return resourceModule.Assembly.Name.FullName;
}
catch {
return string.Format("unknown_name_{0}", unknownNameCounter);
return string.Format("unknown_name_{0}", unknownNameCounter++);
}
}
}