开发者

Swap resource-files in .NET exe?

开发者 https://www.devze.com 2023-03-22 00:01 出处:网络
.NET Reflector can dissassemble .NET-files beautifully but I found no way to swap resource-files (pictures) from within an assembly.

.NET Reflector can dissassemble .NET-files beautifully but I found no way to swap resource-files (pictures) from within an assembly.

Is that possible someho开发者_如何学编程w?


There are a couple of options availabe to edit "WIN32" resources (like StringTables, VersionInfo, Icons, Dialog Templates, etc.)

  • Visual Studio itself (just open the binary)
  • Resource Hacker
  • ResEdit

Note however, that those are not capable of editing .NET resources (created from a .RESX file).

0

精彩评论

暂无评论...
验证码 换一张
取 消