Skip to content

Commit

Permalink
Add confuser
Browse files Browse the repository at this point in the history
  • Loading branch information
dd01da0465b4542f8f8af4ecedc149ed committed May 27, 2020
1 parent f86e06e commit 19621f5
Show file tree
Hide file tree
Showing 30 changed files with 41,264 additions and 3 deletions.
19 changes: 19 additions & 0 deletions AuroraLauncher/AuroraLauncher.crproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<project outputDir="..\..\..\Build" baseDir="bin\Release" xmlns="http://confuser.codeplex.com">
<module path="FortniteLauncher.exe">
<rule pattern="true" preset="maximum" inherit="false">
<protection id="anti debug" />
<protection id="anti dump" />
<protection id="anti ildasm" />
<protection id="anti tamper" />
<protection id="constants" />
<protection id="ctrl flow" />
<protection id="invalid metadata" />
<protection id="ref proxy" />
<protection id="resources" />
<protection id="rename" />
</rule>
</module>
<module path="MaterialSkin.dll" />
<module path="Newtonsoft.Json.dll" />
<module path="RestSharp.dll" />
</project>
3 changes: 1 addition & 2 deletions AuroraLauncher/AuroraLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>if "$(ConfigurationName)" == "Release" "$(SolutionDir)Tools\ConfuserEx\Confuser.CLI.exe" "$(ProjectDir)AuroraLauncher.crproj"</PostBuildEvent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion AuroraLauncher/Providers/EpicGames.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Newtonsoft.Json;
using System.IO;

using System.Reflection;
using static System.Environment;

namespace AuroraLauncher.Providers
Expand Down
Binary file added Build/FortniteLauncher.exe
Binary file not shown.
Binary file added Build/MaterialSkin.dll
Binary file not shown.
Binary file added Build/Newtonsoft.Json.dll
Binary file not shown.
Binary file added Build/RestSharp.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/CommonServiceLocator.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/Confuser.CLI.exe
Binary file not shown.
Binary file added Tools/ConfuserEx/Confuser.Core.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/Confuser.DynCipher.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/Confuser.Protections.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/Confuser.Renamer.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/Confuser.Runtime.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/ConfuserEx.exe
Binary file not shown.
14 changes: 14 additions & 0 deletions Tools/ConfuserEx/ConfuserEx.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>

<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31BF3856AD364E35"
culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
</dependentAssembly>
</assemblyBinding>
<loadFromRemoteSources enabled="true" />
</runtime>
</configuration>
Binary file added Tools/ConfuserEx/GalaSoft.MvvmLight.Extras.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/GalaSoft.MvvmLight.Platform.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/GalaSoft.MvvmLight.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/Microsoft.Win32.Registry.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/Ookii.Dialogs.Wpf.dll
Binary file not shown.
2,970 changes: 2,970 additions & 0 deletions Tools/ConfuserEx/Ookii.Dialogs.Wpf.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file added Tools/ConfuserEx/System.IO.Packaging.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Tools/ConfuserEx/System.ValueTuple.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/System.Windows.Interactivity.dll
Binary file not shown.
Binary file added Tools/ConfuserEx/dnlib.dll
Binary file not shown.
Loading

0 comments on commit 19621f5

Please sign in to comment.