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?
Asked
Active
Viewed 2,188 times
2 Answers
1
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.

Ankush
- 63
- 9
0
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

Phan Đức Bình
- 141
- 1
- 4