BAML 反编译器/查看器
除了用于 Reflector 的 BAML 查看器插件之外,谁能推荐一个好的 BAML 反编译器/查看器,它不处理路径几何/数据?
Could anyone recommend a good BAML Decompiler / Viewer besides BAML Viewer plugin for Reflector, which doesn't handle path geometry/data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可能想再看看反射器的 BAML 插件,因为它最近由 Andrew Smith 更新。 看看他的博客文章 您会注意到他已经解决了路径数据的问题。
You might like to have another look at the BAML addin for reflector as it's been recently updated by Andrew Smith. Have a look at his at blog post you'll note that he has fixed the issue with path data.
您可以尝试 这个,作者是 克里斯蒂安·里乔洛·西维拉。
我不想使用其 ClickOnce 安装程序,但 CodePlex 站点提供了一个 zip 文件可供下载。
我必须将 Ricciolo.StylesExplorer.exe 和 Ricciolo.StylesExplorer.MarkupReflection.dll 放入 GAC 中才能使其正常工作。 我想这就是安装首先要做的事情。
You can try this one by Cristian Ricciolo Civera.
I did not want to use its ClickOnce installer, but the CodePlex site provides a zip file for download.
I had to place
Ricciolo.StylesExplorer.exe
andRicciolo.StylesExplorer.MarkupReflection.dll
into GAC to make it work. I guess that is what the installation does in the first place.BAML 源代码可以在以下位置查看
ILSpy。
只需加载已编译的托管代码,找到并单击 *.baml 文件即可看到源代码。
BAML source can be viewed in
ILSpy.
Just load your compiled managed code, find and click on the *.baml file you will see the source.
样式资源管理器
避风港我自己还没尝试过,但值得一试
styles explorer
Haven't tried it myself yet but worth a try