Hello.
I'm trying to insert some instrumentation into libraries such as
System.Windows.Browser.dll
I tried to use Ildasm+Ilasm and Reflexil and both failed - reassembled library causes browser crashes, even when i do not do any changes between disassembling and assembling.
I've managed to change the runtime using simple hex-editor, and it was successful. but it's so annoying.
What do i do wrong? Why it's impossible to reassemble silverlight5 runtime with ildasm/ilasm?