c# - Possible to inject resource files into .net assembly? -


there's .net program students i've been messing around in reflector , reflexil, doesn't can work resource files. want replace default background custom one. how feasible this?

i've tried exporting assembly c# project , maybe rebuilding resource files swapped, few classes won't decompile right when exporting , crashes reflector when try view full source code inside reflector (after clicking 'expand methods')

what type of applicaiton it? winforms, wpf, silverlight, web? can ildasm round triping. if let me know type of app i'll post steps need take.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -