反编译的.winmd文件仅包含外部调用 [英] Decompiled .winmd file contains nothing but external calls

查看:54
本文介绍了反编译的.winmd文件仅包含外部调用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将Windows应用商店应用的ComboBox控件反编译为C#,但是没有代码.相反,似乎所有属性都是对单独程序集的调用.如何找到真实代码的位置,以及如何读取C#中的方法体?我看不懂汇编,所以这对我没有好处

I am trying to decompile the ComboBox control for my Windows Store app into C#, but there's no code. Instead, all the properties are calls to a separate assembly, it seems. How do I find where the real code exists, and how do I read the method bodies in C#? I cannot read assembly, so that would do me no good

推荐答案

所以我找到了程序集.您只需要在系统上搜索.dll文件(例如,对于我来说就是Windows.XAML.UI.Controls.dll),但是无法将其反汇编为C#.事实证明,没有用于WinRT程序集的C#反汇编程序(至少在我最后看的时候)

So I found the assembly. You just have to search for the .dll file on the system (eg. Windows.XAML.UI.Controls.dll in my case), but it's not possible to disassemble it to C#. Turns out there are no C# disassemblers for the WinRT assemblies (at least, when I looked last)

这篇关于反编译的.winmd文件仅包含外部调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆