Is there any silverlight decompiler available?
+3
A:
Nothing specific to my knowledge, but you can open the xap file (it's just a zip file) and use Reflector to decompile the dlls.
Alun Harford
2010-05-29 11:53:30
+2
A:
XAPs are just zip files, so you can crack them open and decompile the code using Reflector. Also, it's worth taking a look at Silverlight Spy.
Muhammad Haggag
2010-05-29 11:59:31