thuannguy
unread,May 27, 2011, 7:21:07 AM5/27/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to .Net Reactor Support
Hi guys,
I'm having a problem with using reflection in a .Net Reactor-protected
assembly:
My code is as simple as:
Assembly.Load(assemblyName).GetType(className);
If I use .NET Reactor to protected my assembly, GetType always returns
null.
I have tried to disable Necrobit, string encryption, ILDASM (which
means I only keep the obfuscation option), tried to use -necrobit_comp
but gotten no luck so far.
I'm using version 4.4.
Could anyone please tell me how to solve this issue?
Thank you in advance,
Thuan.