问题描述
publicstaticXmlElementGetSystemSetXml(){XmlDocumentdocument1=newXmlDocument();stringtext1=.(-230192667);if(SystemParameter.IsWebApp){text1=.(-230192738);}stringtext2=SystemParameter.GetAppPath+.(-230192756)+text1;if(!File.Exists(text2)){returnnull;}try{document1.Load(text2);}catch{returnnull;}returndocument1.DocumentElement;}
text1=.(-230192738);是什么意思?IL代码是L_0007:ldc.i4-230192667
解决方案
解决方案二:
就是一变量反编不是100%的还原,只要能看懂方法就行
解决方案三:
应该是混淆字符串了,这个text1应该是个XML文件名if(SystemParameter.IsWebApp){这一个判断面上的意思是判断是否为web程序通过判断读不同XML文件
解决方案四:
混淆过的,看样子就是操作xml
解决方案五:
只混淆变量?我用查混淆工具都是0%
时间: 2024-10-21 17:04:15