diff --git a/BadMorals.sln b/BadMorals.sln new file mode 100644 index 0000000..45178f9 --- /dev/null +++ b/BadMorals.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30517.126 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BadMorals", "BadMorals\BadMorals.csproj", "{1CCC857B-A390-4A49-A065-FE539D27171F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1CCC857B-A390-4A49-A065-FE539D27171F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1CCC857B-A390-4A49-A065-FE539D27171F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1CCC857B-A390-4A49-A065-FE539D27171F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1CCC857B-A390-4A49-A065-FE539D27171F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B3F6DCAC-57D3-4F47-9319-727E16025334} + EndGlobalSection +EndGlobal diff --git a/BadMorals/App.config b/BadMorals/App.config new file mode 100644 index 0000000..5754728 --- /dev/null +++ b/BadMorals/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/BadMorals/BadMorals.csproj b/BadMorals/BadMorals.csproj new file mode 100644 index 0000000..4ffb847 --- /dev/null +++ b/BadMorals/BadMorals.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + {1CCC857B-A390-4A49-A065-FE539D27171F} + Exe + BadMorals + BadMorals + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/BadMorals/Program.cs b/BadMorals/Program.cs new file mode 100644 index 0000000..b6292d7 --- /dev/null +++ b/BadMorals/Program.cs @@ -0,0 +1,24 @@ +using System; + + +namespace BadMorals +{ + public class Program + { + static string s1 = "SFYyMHtyM3YzcnMzXzNuZzFuMzNyMW5nX2"; + static string s2 = "Q1RGX3BsNHkxbmdf"; + static string s3 = "00ZDNfMzRzeX0="; + static byte[] b = Convert.FromBase64String(s1 + s3); + public static void Main(string[] args) + { + string TurnBack = "You're not ready yet..."; + Console.WriteLine(TurnBack); + } + public static string secret() + { + string flag = System.Text.Encoding.UTF8.GetString(b); + Console.Write("Ho ho ho, it seems you have solved the riddle and are now ready for your Christmas gift: "); + return flag; + } + } +} diff --git a/BadMorals/Properties/AssemblyInfo.cs b/BadMorals/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..c268411 --- /dev/null +++ b/BadMorals/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("BadMorals")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("BadMorals")] +[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("1ccc857b-a390-4a49-a065-fe539d27171f")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/BadMorals/obj/Debug/BadMorals.csprojAssemblyReference.cache b/BadMorals/obj/Debug/BadMorals.csprojAssemblyReference.cache new file mode 100644 index 0000000..9c7cfcd Binary files /dev/null and b/BadMorals/obj/Debug/BadMorals.csprojAssemblyReference.cache differ diff --git a/BadMorals/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/BadMorals/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..74f4d1d Binary files /dev/null and b/BadMorals/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ