简体   繁体   English

从Windows 10手机上安装的应用程序中获取Xaml和C#代码

[英]Get Xaml and C# code from my app installed on my Windows 10 Phone

I've lost the solution file of my app but it's installed on my phone. 我丢失了应用程序的解决方案文件,但已将其安装在手机上。 How can i retrive the xaml and C# code to continue developing it? 如何检索xaml和C#代码以继续开发它?

I'm not sure you can, atleast not without reverse engineering the xap file. 我不确定是否可以,至少要对xap文件进行反向工程。

A while ago it was possible to just rename the .xap file to .zip and open it, I dont know if this still works. 前一段时间,可以将.xap文件重命名为.zip并打开它,我不知道这是否仍然有效。

If you managed to get the dll's from the xap file then you can try using dotPeek to decompile them. 如果您设法从xap文件中获取dll,则可以尝试使用dotPeek对其进行反编译。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从我的Windows Phone 8应用程序(XAML和C#)访问相机并将拍摄的照片保存在确定的文件夹中? - How to access the camera from my Windows Phone 8 app (XAML and C#) and save the taken picture in a determined folder? Windows Phone 8.1:如何从我的应用程序启动已安装的应用程序 - Windows Phone 8.1 : how to Launch an Installed app From My app 来自c#的xaml颜色(windows phone) - color in xaml from c#(windows phone) 如何将Windows Phone C#应用程序重定向到设置页? - How to redirect my Windows Phone C# app to a setting page? XAML和C#WebView在Windows Phone 8.1 App中不起作用 - XAML and C# WebView not working in Windows Phone 8.1 App 使用XAML和C#设置Windows Phone 8应用程序的计时器 - Set Timer For Windows phone 8 App Using XAML With C# 使用C#和XAML更新或刷新Windows Phone 8.1应用程序中的Listview - Update or refresh Listview in Windows Phone 8.1 app with C# and XAML 如何在我的C#XAML Windows 8.1应用程序中使我的TextBlocks成为正确的大小? - How do I make my TextBlocks be the correct sizes in my C# XAML Windows 8.1 app? 如何从 URL 获取 Json 对象,Windows Phone 8.1 (C#) - How can I get my Json object from URL, Windows Phone 8.1 (C#) 导致应用程序崩溃的弹出窗口[Windows 10] C#XAML - Flyout causing the app to crash [Windows 10] C# XAML
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM