diff --git a/AssemblyServer-x86/App.config b/AssemblyServer-x86/App.config deleted file mode 100644 index 272ab1c9..00000000 --- a/AssemblyServer-x86/App.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/AssemblyServer-x86/AssemblyServer-x86.csproj b/AssemblyServer-x86/AssemblyServer-x86.csproj deleted file mode 100644 index 8af8f102..00000000 --- a/AssemblyServer-x86/AssemblyServer-x86.csproj +++ /dev/null @@ -1,58 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {30107571-320D-443B-A304-4C16F3EB8866} - Exe - Properties - AssemblyServer_x86 - AssemblyServer-x86 - v2.0 - 512 - true - ..\de4dot.snk - - - x86 - true - full - false - ..\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - ..\Release\ - TRACE - prompt - 4 - - - - - - - - - - - {FBD84077-9D35-41FE-89DF-8D79EFE0B595} - AssemblyData - - - - - \ No newline at end of file diff --git a/AssemblyServer-x86/Program.cs b/AssemblyServer-x86/Program.cs deleted file mode 100644 index 2e307a25..00000000 --- a/AssemblyServer-x86/Program.cs +++ /dev/null @@ -1,26 +0,0 @@ -/* - Copyright (C) 2011 de4dot@gmail.com - - This file is part of de4dot. - - de4dot is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - de4dot is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with de4dot. If not, see . -*/ - -namespace AssemblyServer_x86 { - class Program { - static int Main(string[] args) { - return AssemblyServer.Start.main(args); - } - } -} diff --git a/AssemblyServer-x86/Properties/AssemblyInfo.cs b/AssemblyServer-x86/Properties/AssemblyInfo.cs deleted file mode 100644 index 7aa2971e..00000000 --- a/AssemblyServer-x86/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,34 +0,0 @@ -/* - Copyright (C) 2011 de4dot@gmail.com - - This file is part of de4dot. - - de4dot is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - de4dot is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with de4dot. If not, see . -*/ - -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("AssemblyServer-x86")] -[assembly: AssemblyDescription("Assembly Server - x86")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AssemblyServer-x86")] -[assembly: AssemblyCopyright("Copyright (C) 2011 de4dot@gmail.com")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.3.1.3405")] -[assembly: AssemblyFileVersion("1.3.1.3405")] diff --git a/AssemblyServer/AssemblyServer.csproj b/AssemblyServer/AssemblyServer.csproj index 5d078954..9cb76191 100644 --- a/AssemblyServer/AssemblyServer.csproj +++ b/AssemblyServer/AssemblyServer.csproj @@ -16,7 +16,7 @@ ..\de4dot.snk - AnyCPU + x86 true full false @@ -26,7 +26,7 @@ 4 - AnyCPU + x86 pdbonly true ..\Release\ diff --git a/AssemblyServer/Program.cs b/AssemblyServer/Program.cs index 5360f996..2e307a25 100644 --- a/AssemblyServer/Program.cs +++ b/AssemblyServer/Program.cs @@ -17,7 +17,7 @@ along with de4dot. If not, see . */ -namespace AssemblyServer_AnyCpu { +namespace AssemblyServer_x86 { class Program { static int Main(string[] args) { return AssemblyServer.Start.main(args); diff --git a/de4dot-x86/App.config b/de4dot-x86/App.config deleted file mode 100644 index 272ab1c9..00000000 --- a/de4dot-x86/App.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/de4dot-x86/Program.cs b/de4dot-x86/Program.cs deleted file mode 100644 index 4fb0dda6..00000000 --- a/de4dot-x86/Program.cs +++ /dev/null @@ -1,26 +0,0 @@ -/* - Copyright (C) 2011 de4dot@gmail.com - - This file is part of de4dot. - - de4dot is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - de4dot is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with de4dot. If not, see . -*/ - -namespace de4dot_x86 { - class Program { - static int Main(string[] args) { - return de4dot.Program.main(de4dot.StartUpArch.x86, args); - } - } -} diff --git a/de4dot-x86/Properties/AssemblyInfo.cs b/de4dot-x86/Properties/AssemblyInfo.cs deleted file mode 100644 index 51698b8a..00000000 --- a/de4dot-x86/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,34 +0,0 @@ -/* - Copyright (C) 2011 de4dot@gmail.com - - This file is part of de4dot. - - de4dot is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - de4dot is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with de4dot. If not, see . -*/ - -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("de4dot-x86")] -[assembly: AssemblyDescription("Deobfuscates obfuscated .NET applications - x86")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("de4dot-x86")] -[assembly: AssemblyCopyright("Copyright (C) 2011 de4dot@gmail.com")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.3.1.3405")] -[assembly: AssemblyFileVersion("1.3.1.3405")] diff --git a/de4dot-x86/de4dot-x86.csproj b/de4dot-x86/de4dot-x86.csproj deleted file mode 100644 index aec175c2..00000000 --- a/de4dot-x86/de4dot-x86.csproj +++ /dev/null @@ -1,58 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0} - Exe - Properties - de4dot_x86 - de4dot-x86 - v2.0 - 512 - true - ..\de4dot.snk - - - x86 - true - full - false - ..\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - ..\Release\ - TRACE - prompt - 4 - - - - - - - - - - - {4D10B9EB-3BF1-4D61-A389-CB019E8C9622} - d4d.code - - - - - \ No newline at end of file diff --git a/de4dot.code/AssemblyClient/IpcAssemblyServerLoader.cs b/de4dot.code/AssemblyClient/IpcAssemblyServerLoader.cs index 14ef16c9..e987cf33 100644 --- a/de4dot.code/AssemblyClient/IpcAssemblyServerLoader.cs +++ b/de4dot.code/AssemblyClient/IpcAssemblyServerLoader.cs @@ -22,8 +22,7 @@ using AssemblyData; namespace de4dot.AssemblyClient { abstract class IpcAssemblyServerLoader : IAssemblyServerLoader { - const string ASSEMBLY_SERVER_FILENAME_ANYCPU = "AssemblyServer.exe"; - const string ASSEMBLY_SERVER_FILENAME_X86 = "AssemblyServer-x86.exe"; + const string ASSEMBLY_SERVER_FILENAME_X86 = "AssemblyServer.exe"; const string ASSEMBLY_SERVER_FILENAME_X64 = "AssemblyServer-x64.exe"; readonly string assemblyServerFilename; protected string ipcName; @@ -31,7 +30,7 @@ namespace de4dot.AssemblyClient { string url; protected IpcAssemblyServerLoader() { - assemblyServerFilename = Utils.getArchString(ASSEMBLY_SERVER_FILENAME_ANYCPU, ASSEMBLY_SERVER_FILENAME_X86, ASSEMBLY_SERVER_FILENAME_X64); + assemblyServerFilename = Utils.getArchString(ASSEMBLY_SERVER_FILENAME_X86, ASSEMBLY_SERVER_FILENAME_X64); ipcName = Utils.randomName(15, 20); ipcUri = Utils.randomName(15, 20); url = string.Format("ipc://{0}/{1}", ipcName, ipcUri); diff --git a/de4dot.code/Utils.cs b/de4dot.code/Utils.cs index 6b943de3..3fa1d471 100644 --- a/de4dot.code/Utils.cs +++ b/de4dot.code/Utils.cs @@ -24,7 +24,6 @@ using System.Text; namespace de4dot { public enum StartUpArch { - AnyCpu, x86, x64, } @@ -58,11 +57,10 @@ namespace de4dot { static class Utils { static Random random = new Random(); - public static StartUpArch startUpArch = StartUpArch.AnyCpu; + public static StartUpArch startUpArch = StartUpArch.x86; - public static string getArchString(string anyCpu, string x86, string x64) { + public static string getArchString(string x86, string x64) { switch (startUpArch) { - case StartUpArch.AnyCpu: return anyCpu; case StartUpArch.x86: return x86; case StartUpArch.x64: return x64; default: throw new ApplicationException(string.Format("Invalid startUpArch {0}", startUpArch)); diff --git a/de4dot.sln b/de4dot.sln index bd486375..863bad2e 100644 --- a/de4dot.sln +++ b/de4dot.sln @@ -13,14 +13,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyData", "AssemblyDat EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "de4dot", "de4dot\de4dot.csproj", "{004EB657-252C-4361-A2D2-2E514130C7FC}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "de4dot-x86", "de4dot-x86\de4dot-x86.csproj", "{1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "de4dot-x64", "de4dot-x64\de4dot-x64.csproj", "{A9F35AC2-D016-444B-B7E6-FC1D55569021}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyServer", "AssemblyServer\AssemblyServer.csproj", "{593AB87D-7B92-47CF-8201-3574CF6A6457}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyServer-x86", "AssemblyServer-x86\AssemblyServer-x86.csproj", "{30107571-320D-443B-A304-4C16F3EB8866}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyServer-x64", "AssemblyServer-x64\AssemblyServer-x64.csproj", "{F458A89A-AEAB-4965-AA4D-393C9F7411D0}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "blocks", "blocks\blocks.csproj", "{045B96F2-AF80-4C4C-8D27-E38635AC705E}" @@ -509,78 +505,6 @@ Global {004EB657-252C-4361-A2D2-2E514130C7FC}.winphone_Release|Win32.ActiveCfg = Release|x86 {004EB657-252C-4361-A2D2-2E514130C7FC}.winphone_Release|x86.ActiveCfg = Release|x86 {004EB657-252C-4361-A2D2-2E514130C7FC}.winphone_Release|x86.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Debug|Any CPU.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Debug|Win32.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Debug|x86.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Debug|x86.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Debug|Any CPU.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Debug|Mixed Platforms.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Debug|Win32.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Debug|x86.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Debug|x86.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Release|Any CPU.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Release|Mixed Platforms.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Release|Mixed Platforms.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Release|Win32.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Release|x86.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_2_0_Release|x86.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Debug|Any CPU.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Debug|Mixed Platforms.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Debug|Win32.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Debug|x86.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Debug|x86.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Release|Any CPU.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Release|Mixed Platforms.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Release|Mixed Platforms.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Release|Win32.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Release|x86.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_3_5_Release|x86.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Debug|Any CPU.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Debug|Mixed Platforms.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Debug|Win32.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Debug|x86.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Debug|x86.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Release|Any CPU.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Release|Mixed Platforms.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Release|Mixed Platforms.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Release|Win32.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Release|x86.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.net_4_0_Release|x86.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Release|Any CPU.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Release|Mixed Platforms.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Release|Win32.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Release|x86.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.Release|x86.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Debug|Any CPU.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Debug|Mixed Platforms.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Debug|Win32.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Debug|x86.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Debug|x86.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Release|Any CPU.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Release|Mixed Platforms.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Release|Mixed Platforms.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Release|Win32.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Release|x86.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.silverlight_Release|x86.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Debug|Any CPU.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Debug|Mixed Platforms.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Debug|Win32.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Debug|x86.ActiveCfg = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Debug|x86.Build.0 = Debug|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Release|Any CPU.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Release|Mixed Platforms.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Release|Mixed Platforms.Build.0 = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Release|Win32.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Release|x86.ActiveCfg = Release|x86 - {1FDE7AB1-1D32-43C1-A3D9-32FDD33142F0}.winphone_Release|x86.Build.0 = Release|x86 {A9F35AC2-D016-444B-B7E6-FC1D55569021}.Debug|Any CPU.ActiveCfg = Debug|x86 {A9F35AC2-D016-444B-B7E6-FC1D55569021}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {A9F35AC2-D016-444B-B7E6-FC1D55569021}.Debug|Mixed Platforms.Build.0 = Debug|x86 @@ -725,78 +649,6 @@ Global {593AB87D-7B92-47CF-8201-3574CF6A6457}.winphone_Release|Win32.ActiveCfg = Release|x86 {593AB87D-7B92-47CF-8201-3574CF6A6457}.winphone_Release|x86.ActiveCfg = Release|x86 {593AB87D-7B92-47CF-8201-3574CF6A6457}.winphone_Release|x86.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Debug|Any CPU.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Debug|Win32.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Debug|x86.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Debug|x86.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Debug|Any CPU.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Debug|Mixed Platforms.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Debug|Win32.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Debug|x86.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Debug|x86.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Release|Any CPU.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Release|Mixed Platforms.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Release|Mixed Platforms.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Release|Win32.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Release|x86.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_2_0_Release|x86.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Debug|Any CPU.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Debug|Mixed Platforms.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Debug|Win32.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Debug|x86.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Debug|x86.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Release|Any CPU.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Release|Mixed Platforms.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Release|Mixed Platforms.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Release|Win32.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Release|x86.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_3_5_Release|x86.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Debug|Any CPU.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Debug|Mixed Platforms.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Debug|Win32.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Debug|x86.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Debug|x86.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Release|Any CPU.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Release|Mixed Platforms.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Release|Mixed Platforms.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Release|Win32.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Release|x86.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.net_4_0_Release|x86.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Release|Any CPU.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Release|Mixed Platforms.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Release|Win32.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Release|x86.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.Release|x86.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Debug|Any CPU.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Debug|Mixed Platforms.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Debug|Win32.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Debug|x86.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Debug|x86.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Release|Any CPU.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Release|Mixed Platforms.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Release|Mixed Platforms.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Release|Win32.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Release|x86.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.silverlight_Release|x86.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Debug|Any CPU.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Debug|Mixed Platforms.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Debug|Win32.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Debug|x86.ActiveCfg = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Debug|x86.Build.0 = Debug|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Release|Any CPU.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Release|Mixed Platforms.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Release|Mixed Platforms.Build.0 = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Release|Win32.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Release|x86.ActiveCfg = Release|x86 - {30107571-320D-443B-A304-4C16F3EB8866}.winphone_Release|x86.Build.0 = Release|x86 {F458A89A-AEAB-4965-AA4D-393C9F7411D0}.Debug|Any CPU.ActiveCfg = Debug|x86 {F458A89A-AEAB-4965-AA4D-393C9F7411D0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {F458A89A-AEAB-4965-AA4D-393C9F7411D0}.Debug|Mixed Platforms.Build.0 = Debug|x86 diff --git a/de4dot/Program.cs b/de4dot/Program.cs index 71bc6636..4fb0dda6 100644 --- a/de4dot/Program.cs +++ b/de4dot/Program.cs @@ -17,10 +17,10 @@ along with de4dot. If not, see . */ -namespace de4dot_AnyCpu { +namespace de4dot_x86 { class Program { static int Main(string[] args) { - return de4dot.Program.main(de4dot.StartUpArch.AnyCpu, args); + return de4dot.Program.main(de4dot.StartUpArch.x86, args); } } } diff --git a/de4dot/de4dot.csproj b/de4dot/de4dot.csproj index e4509c94..89f9742b 100644 --- a/de4dot/de4dot.csproj +++ b/de4dot/de4dot.csproj @@ -16,7 +16,7 @@ ..\de4dot.snk - AnyCPU + x86 true full false @@ -26,7 +26,7 @@ 4 - AnyCPU + x86 pdbonly true ..\Release\