Home Page

Members

Software Products

Public Articles

Web Link Directories

Technology Glossaries

Calendar of Events

Professional Blog

Personal Blog

Biographies

Contact Information

Request Invitation

News

July 7, 2009 - Wanted: Volunteer Contributors

Unzap your XAPs

by Christopher Morley

XAP files show up in compiled Silverlight applications. Similar to the way a JAR file is like a TAR file, a XAP file is really just a ZIP file. You can rename it to ZIP, unzip it, and then feel free to decompile the DLLs inside using a suitable tool such as Lutz Roeder's .NET Reflector from redgate.

See: reverse engineering of Silverlight XAP files - Hannes Preishuber