Hi ,
I have obfuscated an XAP using Dotfuscator.I was trying to validate whether the XAP got obfuscated or not.
- When i was de-compiling the Obfuscated Dll using Telerik JustDecompile,it says followling error.
Specified argument was out of the range of valid values.
at Mono.Collections.Generic.Collection`1..ctor(Int32 capacity) in X:\XXXX\XXXX\XXXX\XXXX XXXX XXXX\XXX\XXX\Mono.Cecil\Mono.Collections.Generic\Collection.cs:l
at Mono.Cecil.MetadataReader.ReadMethods(TypeDefinition type) in X:\XXX\XXX\XXXX\XXX XXX XXX\XXX\XXX\Mono.Cecil\Mono.Cecil\AssemblyReader.cs:line XXX.
2. When i was trying to load the Xap(obfuscated) from decompile(steps: open->XAp URL),It got loaded successfully,when i tried expanding the child items(clicked on expander in the left pane),It rotates forever and not even giving any error.
Can i assume that,XAP is obfuscated successfully if justdecompile is unable to get the source code back.
-Satya