csharp-csharp记录
csharp-csharp记录
前篇
- a
反编译工具
- jetbains 的 dotpeek - https://www.jetbrains.com/decompiler/download/#section=web-installer
- 推荐.Net、C# 逆向反编译四大工具利器 - https://blog.csdn.net/kongwei521/article/details/54927689
- dnSpy - https://github.com/dnSpy/dnSpy/releases
- C# 反编译神器之ILSpy - https://cloud.tencent.com/developer/article/1895653
找不引用程序集
报错:
找不到 .NETFramework,Version=v3.5 的引用程序集
解决办法
去下载程序集, 找到对应的程序集, 地址: https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/
用 zip 解压所需的东西到目标路径
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework
重启对应软件即可, 比如使用 vscode 找不到程序集的话就重启 vscode 即可.