mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-26 10:03:10 +08:00
Improve deobfuscation efficiency
This commit is contained in:
@ -37,9 +37,11 @@ namespace UnityExplorer.Core.Runtime.Mono
|
||||
public override bool LoadModule(string module)
|
||||
=> true;
|
||||
|
||||
public override string ProcessTypeNameInString(Type type, string theString, ref string typeName)
|
||||
public override string ProcessTypeFullNameInString(Type type, string theString, ref string typeName)
|
||||
=> theString;
|
||||
|
||||
public override Type GetDeobfuscatedType(Type type) => type;
|
||||
|
||||
// not necessary
|
||||
public override void BoxStringToType(ref object _string, Type castTo) { }
|
||||
}
|
||||
|
Reference in New Issue
Block a user