mirror of
https://github.com/yck1509/ConfuserEx
synced 2026-06-08 18:29:44 +00:00
Fix GetType not working with compressor
This commit is contained in:
@@ -58,6 +58,8 @@ namespace Confuser.Runtime {
|
||||
Array.Clear(b, 0, b.Length);
|
||||
h.Free();
|
||||
Array.Clear(q, 0, q.Length);
|
||||
// For some reasons, reflection on Assembly would not discover the types unless GetTypes is called.
|
||||
m.GetTypes();
|
||||
|
||||
key = n.ResolveSignature(Mutation.KeyI2);
|
||||
AppDomain.CurrentDomain.AssemblyResolve += Resolve;
|
||||
|
||||
Reference in New Issue
Block a user