Question

Reflector displays empty implementation of the WP7 Assembles.

AFAIK the reason - "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0\Profile\WindowsPhone71\" folder contains assemblies without implementation, just with references.

Where're the assemblies with implementation so I can decompile them?

If they're not on my PC, can I extract them from a simulator, or from a developer-unlocked WP7 device?

Thanks in advance.

P.S. I live outside US, it's legal here.

Was it helpful?

Solution

The assemblies in the 'Reference Assemblies' folder are only provided for the intellisence in Visual Studio. To get the true assemblies, you would have to extract them from the emulator's image. The NKBin toolset is a frequently used tool for this operation: http://www.t-hack.com/wiki/index.php/NK.BIN_toolset

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top