.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).
精彩评论