Reflector is crashing when it's trying to decompile big function
vnull
Posts: 1
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
Would it be possible for you to share the assembly with us so that we can reproduce the crash locally to troubleshoot?
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?