问题描述
我们已经有了一个.NET项目,在工作中,我们失去了(人为错误)。谁写的code的人说,她有三个项目的解决方案=>一web窗体,人们的WinForm和一个类库。
We've got a .NET project at work, which we lost (human error). The person who wrote the code said she had three projects in the solution => one webform, one winform and one class library.
现在,我们有最后的DLL文件和网站。有什么我们可以用这个做什么?
Now, we have the final DLLs and website. Is there anything we can do with this?
有关类库,我想使用反射来复制/粘贴code,并随着时间的推移,重命名和方法名变量,等等。一些好听的英文材料。
For the class library, I was thinking about using Reflector to copy/paste the code and, with time, rename MethodNames and variables, etc.. to some nice english stuff.
有关的网站,不知道。
有没有人有任何意见或方案?
Does anyone have any ideas or options?
她说,她没有pdb文件或者:((发布版本)。
She said she doesn't have the pdb files either :( (Release builds).
干杯:)
推荐答案
使用的FileDissasembler扩展这里使用反射来简单地提取出完整的code:
Use the FileDissasembler extension here to simply extract the full code using Reflector:
HTTP://www.$c$cplex.com/reflectoraddins
这篇关于我可以逆向工程我自己的DLL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!