在 .NET exe 中交换资源文件?
.NET Reflector 可以完美地反汇编 .NET 文件,但我发现无法从程序集中交换资源文件(图片)。
这有可能吗?
.NET Reflector can dissassemble .NET-files beautifully but I found no way to swap resource-files (pictures) from within an assembly.
Is that possible somehow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个选项可用于编辑“WIN32”资源(如 StringTables、VersionInfo、图标、对话框模板等)
但请注意,这些不是有能力的编辑 .NET 资源(从 .RESX 文件创建)。
There are a couple of options availabe to edit "WIN32" resources (like StringTables, VersionInfo, Icons, Dialog Templates, etc.)
Note however, that those are not capable of editing .NET resources (created from a .RESX file).