Hello. When I try to decompile a really big function in IL code -- Reflector get stuck for 3-4 seconds (it's a REALLY big function) and then outputs correct IL code. But when I select C# as output language, Reflector is stuck for more than 3-4 seconds (like 30-40 or so) and then crashing without giving an output (obviously). dotPeek can decompile this function easily, but it can't handle .NET 4.6 features, which ones Reflector perfectly does. That's why I need Reflector to decompile this function for me. Application is NOT obfuscated at all. Other decompilers works fine, but as I already said, .NET 4.6 is not supported perfectly by them. Is theres anything I can do to fix this and finally decompile it?
Comments
1 comment
Add comment
Please sign in to leave a comment.