13

Could anyone recommend a good BAML Decompiler / Viewer besides BAML Viewer plugin for Reflector, which doesn't handle path geometry/data?

abatishchev
  • 98,240
  • 88
  • 296
  • 433
alex
  • 74,215
  • 9
  • 49
  • 57

4 Answers4

12

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.

Ian Oakes
  • 10,153
  • 6
  • 36
  • 47
3

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 and Ricciolo.StylesExplorer.MarkupReflection.dll into GAC to make it work. I guess that is what the installation does in the first place.

mark
  • 59,016
  • 79
  • 296
  • 580
3

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.

yantaq
  • 3,968
  • 2
  • 33
  • 34
0

styles explorer

Haven't tried it myself yet but worth a try

Crippeoblade
  • 4,035
  • 4
  • 32
  • 28