Ida Sorry The Current File Is Not Decompilable -
If a function has "wild" branches that jump outside its boundaries, ends abruptly with non-instructions, or has corrupted stack pointer values, the decompiler will fail to generate pseudocode. How to Fix or Work Around It
For extremely large functions (over 64KB), you may need to increase the MAX_FUNCSIZE parameter in hexrays.cfg or via the decompiler options menu ( Edit -> Plugins -> Hex-Rays Decompiler -> Options ). ida sorry the current file is not decompilable
The most frequent mistake is trying to decompile an area IDA has marked as db (data bytes) or dd (data double-words), rather than code . If a function has "wild" branches that jump