ximalangyashan 2022-10-20 21:10 采纳率: 98.9%
浏览 40
已结题

ILSpy查看dll出错ICSharpCode.Decompiler.DecompilerException

ILSpy查看dll出错ICSharpCode.Decompiler.DecompilerException

用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, IEnumerable1 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()

  • 写回答

2条回答 默认 最新

  • CSDN专家-showbo 2022-10-20 21:27
    关注

    dll应该是用.NET Reactor之类的软件混淆过了,可以用de4dot反混淆得源代码

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 10月28日
  • 已采纳回答 10月20日
  • 创建了问题 10月20日

悬赏问题

  • ¥15 Stata链式中介效应代码修改
  • ¥15 latex投稿显示click download
  • ¥15 请问读取环境变量文件失败是什么原因?
  • ¥15 在若依框架下实现人脸识别
  • ¥15 添加组件无法加载页面,某块加载卡住
  • ¥15 网络科学导论,网络控制
  • ¥100 安卓tv程序连接SQLSERVER2008问题
  • ¥15 利用Sentinel-2和Landsat8做一个水库的长时序NDVI的对比,为什么Snetinel-2计算的结果最小值特别小,而Lansat8就很平均
  • ¥15 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用