Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
多年前我开发了一个 .net 应用程序。我的客户想对应用程序进行一些简单的更改。但是我丢失了密码?
是否有任何解决方案可以修改我的应用程序中的某些资源?
在这种情况下,您可以对应用程序进行逆向工程(可能使用 Red Gates 的 Reflector 之类的工具),以获取源代码(尽管它与原始代码不同,因为逆向工程会做出许多“最佳猜测”) ')
如果您指的是 .resx 文件中的资源,则这些资源不会被编译,因此应该是可编辑的。