Force load all Unhollowed DLLs, use Assembly.LoadFile instead of .Load, blacklist some more types

This commit is contained in:
Sinai
2021-05-19 20:48:34 +10:00
parent 3cd9819790
commit a9a53ba924
6 changed files with 52 additions and 52 deletions

View File

@ -19,7 +19,7 @@ namespace UnityExplorer
public static class ExplorerCore
{
public const string NAME = "UnityExplorer";
public const string VERSION = "4.0.1";
public const string VERSION = "4.0.2";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.unityexplorer";