"Still Unknown" when decompiling
cqjjjzr opened this issue · 3 comments
I'm trying to decompile a huge procedure. At first, IDR complains prototypes of some other procedures are missing, so I manually added some. After that, when I click "Src" button, the decompiler stops midway and shows: "Decompile->Try->Decompile->Try->Still Unknown". The cursor stops on a jne
instruction.
Do you have any clues to work around this, or give the decompile some help manually to let it go ahead? Thanks in advance.
Hi & thanks for the reply.
Sadly it's rather difficult for me to send the file (some internal thing). Would you mind telling me that, under what situation will the "Still Unknown" exception be thrown? I've dug into the code and found that the situation is more like a "default:" case. But I have no idea why all if
-conditions above failed to match.
Whatever, I worked around it by directly analyzing the assembly code (Thanks for the powerful disassembler and analyzer!).