문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top