WPF Tipz # 2 - XAML, BAML
From the corner of my mind, I remembered that with the wonderful Reflector from Lutz Roeder,
you can watch MSIL and much more in a .Net application that is naturally unobfuscated by tomatoes ...
I downloaded Reflector, which changed the owner: downloads.red-gate.com/reflector.zip
I tried to open my application:

Everything is fine except for one - XAML is not visible!
Went to search further and came across a plugin for Reflector: BamlViewer,
which perched here: www.codeplex.com/reflectoraddins/Wiki/View.aspx?title=BamlViewer&referringTitle=Home , by the
way there are many more extensions:www.codeplex.com/reflectoraddins/Release/ProjectReleases.aspx?ReleaseId=1805
Picked up and voila: The End. PS XAML - en.wikipedia.org/wiki/XAML BAML - (Binary Application Markup (BAML)), a special binary format in which XAML is packaged. By the way, what is interesting is people say that the BAML specification has not yet been transferred to obfuscating offices. PSS If there is a desire to improve something in Tipz, please comment, I will include in the topic including a link to the author :)

