How Can I Modify Resource by Reflexil?

2.2k Views Asked by At

I want to change an image in a .net windows application without using source code. How can I modify a image resource in a .net assembly by using Reflexil over Reflector?

2

There are 2 best solutions below

0
On

Well there is only Hex Editor. So you need to first save resource as file.Then find magic number of image.Delete everything before it & save it as image. You can now modify image & inject new image back to resources.

0
On

You can save resource file by reflector, then use .NET Resourcer at here http://www.lutzroeder.com/dotnet/ to edit resource file, then use reflecxie replace resource file in Reflector