.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/

posted @ 2022-05-25 12:27  kevin.dai  阅读(143)  评论(0)    收藏  举报