Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Revert "Hiding assemblies from IReflectionManager"
Browse files Browse the repository at this point in the history
This reverts commit bdb49db
  • Loading branch information
noverd committed Jul 18, 2024
1 parent 254d60c commit 0e37ca2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 91 deletions.
3 changes: 1 addition & 2 deletions Marsey/Stealthsey/Hidesey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public static void Disperse()
/// </summary>
public static void PostLoad()
{
Veil.Patch();
HWID.Force();
DiscordRPC.Patch();

Expand Down Expand Up @@ -183,7 +182,7 @@ public static void HidePatch(Assembly marsey)
}

/// <summary>
/// Undermines system functions, hides what doesn't belong from view
/// Undermines system functions, hides what doesnt belong from view
/// </summary>
/// <exception cref="HideseyException">Thrown if ThrowOnFail is true and any of the patches fails to apply</exception>
private static void Perjurize()
Expand Down
86 changes: 0 additions & 86 deletions Marsey/Stealthsey/Veil.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Marsey/Subversion/Subverse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ private static void Postfix(object __instance)
Assembly subverterAssembly = Assembly.LoadFrom(path);
MarseyLogger.Log(MarseyLogger.LogType.DEBG, "Subversion", $"Sideloading {path}");
AssemblyFieldHandler.InitLogger(subverterAssembly, subverterAssembly.FullName);

// Stealthsey methods
Veil.Hide(subverterAssembly);
Sedition.InitSedition(subverterAssembly, subverterAssembly.FullName);

loadGameAssemblyMethod.Invoke(__instance, new object[] { subverterAssembly });
Expand Down

0 comments on commit 0e37ca2

Please sign in to comment.