Injecting into Silverlight process.
So, here i have Silverlight game which works in browser. On first start it loads one .xap file into Chrome cache. Since .xap is just .zip i can modify the code with .net Reflector just any way i want. However, as expected, after replacing the .xap with patched one, game notices that files dont match and downloads original one again. Everything i want to change is in one .dll inside .xap .
Can anyone help me with injecting my code ? I googled, but didnt find anything.