.NET Reactor6.5设置建议
作者:互联网
在.NET Reactor6.5中,如果程序里面有调用:
Assembly.GetExecutingAssembly().Location
在.NET Reactor6.5启用Native exe file是,不支持,可以采用
Process.GetCurrentProcess().MainModule.FileName.Replace("/", "//");
程序里面有JSON转换。
JsonConvert.DeserializeObject<SendDataObject>(str);
需要在设置里面Obfuscation中开启Serializable Types=Ture即可
反射兼容模式
NecroBit->reflection compatbilty mode=true//没测试
文章来源:软件开发 https://www.hsoar.com/
标签:www,里面,Reactor6.5,程序,设置,NET 来源: https://www.cnblogs.com/KevinDai/p/16308900.html