How can I decompile *.xap file downloaded from WP7 marketplace?
For example this one: http://www.windowsphone.com/en-us/store/app/camper/b0e9a2f4-243d-47db-b61e-0ea16847c25a
How can I decompile *.xap file downloaded from WP7 marketplace?
For example this one: http://www.windowsphone.com/en-us/store/app/camper/b0e9a2f4-243d-47db-b61e-0ea16847c25a
A xap is a zip file. Extract its contents using a program like 7zip and then use a standard .NET decompiler (like ILSpy or Reflector) on the contained dlls.
Also xap is definitely a zip file. Rename the extension of the file and open with any zip utility. Windows directly opens zip file, just rename the extension. Then use any decompiler, I personally like Telerik's just-decompile(free).
But please clarify, how do you (or anyone) gets the xap file form marketplace.