ILSpy(完爆Reflector的反编译工具) 链接:http://pan.baidu.com/s/1bpKeGiF 密码:emri
打开没问题了。谢谢了 。听过这个软件 之前都是用的reflector 。
这个打开是他内部的问题吗?
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void Voion.Common.AutoUpdate.AutoUpdateCore::StartAutoUpdateProgram() ---> System.NullReferenceException: 未将对象引用设置到对象的实例。 在 ICSharpCode.Decompiler.CecilExtensions.GetPopDelta(Instruction instruction, MethodDefinition methodDef) 在 ICSharpCode.Decompiler.ILAst.ILAstBuilder.StackAnalysis(MethodDefinition methodDef) 在 ICSharpCode.Decompiler.ILAst.ILAstBuilder.Build(MethodDefinition methodDef, Boolean optimize, DecompilerContext context) 在 ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters) 在 ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDefinition methodDef, DecompilerContext context, IEnumerable`1 parameters) --- 内部异常堆栈跟踪的结尾 --- 在 ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDefinition methodDef, DecompilerContext context, IEnumerable`1 parameters) 在 ICSharpCode.Decompiler.Ast.AstBuilder.CreateMethod(MethodDefinition methodDef) 在 ICSharpCode.Decompiler.Ast.AstBuilder.AddMethod(MethodDefinition method) 在 ICSharpCode.ILSpy.CSharpLanguage.DecompileMethod(MethodDefinition method, ITextOutput output, DecompilationOptions options) 在 ICSharpCode.ILSpy.TextView.DecompilerTextView.DecompileNodes(DecompilationContext context, ITextOutput textOutput) 在 ICSharpCode.ILSpy.TextView.DecompilerTextView.<>c__DisplayClass16.<DecompileAsync>b__15()
打开它的dll 有的进去就是这个错误。