Hello,
Currently, .Net Reflector will show this remarks at the beginning of method if it's not completely decompiled:
// This item is obfuscated and can not be translated.
But we don't know what's the error underground, so it will take some works to find the exact reason. I think the internal error message may be very useful for studying method. Is it possible to show the details error message under the remark line?
For example:
// This item is obfuscated and can not be translated.
// Expression stack is empty at offset L_007E
Regards
Wicky
Currently, .Net Reflector will show this remarks at the beginning of method if it's not completely decompiled:
// This item is obfuscated and can not be translated.
But we don't know what's the error underground, so it will take some works to find the exact reason. I think the internal error message may be very useful for studying method. Is it possible to show the details error message under the remark line?
For example:
// This item is obfuscated and can not be translated.
// Expression stack is empty at offset L_007E
Regards
Wicky