sgmcumt 2017-06-21 08:24 采纳率: 100%
浏览 2018
已采纳

ILSpy2.4反编译框架为.NET Framework 4.5的dll出错

dll是用VS2012,框架是.NET Framework 4.5开发。用ILSpy2.4反编译dll提示错误:

ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void PackageHeaderConverter::.ctor()
---> 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(IEnumerable1 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.CreateConstructor(MethodDefinition methodDef)
在 ICSharpCode.Decompiler.Ast.AstBuilder.AddTypeMembers(TypeDeclaration astType, TypeDefinition typeDef)
在 ICSharpCode.Decompiler.Ast.AstBuilder.CreateType(TypeDefinition typeDef)
在 ICSharpCode.Decompiler.Ast.AstBuilder.AddType(TypeDefinition typeDef)
在 ICSharpCode.ILSpy.CSharpLanguage.DecompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options)
在 ICSharpCode.ILSpy.TextView.DecompilerTextView.DecompileNodes(DecompilationContext context, ITextOutput textOutput)
在 ICSharpCode.ILSpy.TextView.DecompilerTextView.<>c__DisplayClass31_0.b__0()

  • 写回答

1条回答 默认 最新

  • 斯洛文尼亚旅游 2017-06-21 08:36
    关注

    别人用.NET Reactor之类的软件混淆过了吧,先用de4dot检查下是否混淆过,混淆过用de4dot反混淆下

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?