简体   繁体   English

从dll和pdb文件Visual Studio反编译自己的类

[英]Decompile own class from dll and pdb files Visual Studio

I have this Visual Studio project that I'm working on, and I'm having it on OneDrive. 我有一个正在处理的Visual Studio项目,并且在OneDrive上安装了它。

OneDrive messed up, and didn't sync the folder recently while I made changes, and now it did, and it brought back all the old class files. OneDrive搞砸了,在我进行更改时最近没有同步该文件夹,现在它又同步了,它又带回了所有旧文件。

I have compiled dll, pdb and manifests and all kinds of files but the sourcecode version is 10 versions older than the currently published prototype. 我已经编译了dll,pdb,manifest和所有类型的文件,但是源代码版本比当前发布的原型要早10个版本。

Is there any way, that I can bring back the class files from these dll, pdb and manifest files? 有什么办法可以使我从这些dll,pdb和清单文件中带回类文件?

Have you tried dotPeek ? 您尝试过dotPeek吗? It allows you decompile .NET assemblies. 它允许您反编译.NET程序集。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 Visual Studio 备份 *.pdb 文件 - Backup *.pdb files from Visual Studio Visual Studio忽略输出文件夹中的PDB文件 - Visual Studio ignoring PDB files in output folder Visual Studio 2013不重新创建pdb文件 - Visual Studio 2013 not recreating pdb files 无法在Visual Studio 2005中生成PDB文件 - Unable to generate PDB files in Visual Studio 2005 Visual Studio 从 Debug 目录中删除所有 dll、pdb、xml 文件,并且在我尝试发布应用程序时需要发布 - 如何恢复它们? - Visual Studio deletes all dll, pdb, xml files from Debug directory and requires publishing when I tried to publish application - how to restore them? 从.dll文件创建.xml和.pdb文件 - Create .xml and .pdb files from .dll file 在 Visual Studio 中使用 .pdb 文件调试 VB 6.0 ActiveX DLL - Debug VB 6.0 ActiveX DLL with .pdb file in Visual Studio 使用不同的dll和pdb的Visual Studio 2012调试 - Visual Studio 2012 debug using different dll and pdb 使用Visual Studio 2010远程调试C#.dll - 获取.PDB文件不匹配 - 任何它绝对是来自构建 - Using Visual Studio 2010 to remote debug a C# .dll — getting .PDB file does not match - any yet it is absolutely the from the build 在没有 Visual Studio 的情况下进行调试,但可以使用源文件和 pdb 文件 - Debugging without Visual Studio, but source and pdb files available
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM