Skip to content

Commit

Permalink
Nuke dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding committed Dec 25, 2022
1 parent d2ba7a7 commit e2d1968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
8 changes: 1 addition & 7 deletions Dependencies/Il2CppAssemblyGenerator/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ private static int Run()
if (!MelonLaunchOptions.Il2CppAssemblyGenerator.OfflineMode)
RemoteAPI.Contact();

// Temporary Workaround for Cpp2IL Failing on Unsupported OSes
if (!MelonUtils.IsUnderWineOrSteamProton() && ((Environment.OSVersion.Version.Major < 6) // Is Older than Vista
|| ((Environment.OSVersion.Version.Major == 6) && (Environment.OSVersion.Version.Minor < 1)) && MelonUtils.IsWindows)) // Is Older than Windows 7 or Server 2008 R2
dumper = new Il2CppDumper();
else
dumper = new Cpp2IL();

dumper = new Cpp2IL();
il2cppinterop = new Packages.Il2CppInterop();
unitydependencies = new UnityDependencies();
deobfuscationMap = new DeobfuscationMap();
Expand Down
63 changes: 0 additions & 63 deletions Dependencies/Il2CppAssemblyGenerator/Packages/Il2CppDumper.cs

This file was deleted.

0 comments on commit e2d1968

Please sign in to comment.