我运行 Reflector 来反编译一些程序,它似乎被混淆了。
我得到了以下输出,它不是很有用。
任何想法如何反编译混淆代码?
[CompilerGenerated]
get
{
// This item is obfuscated and can not be translated.
}
[CompilerGenerated]
set
{
// This item is obfuscated and can not be translated.
switch ((1 == 1))
{
case true:
goto Label_0020;
}
goto Label_0018;
if (((0 == 0) ? 0 : 1) != 0)
{
}
this.eval_t = value;
}