Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Still Unknown" when decompiling #73

Open
cqjjjzr opened this issue May 25, 2022 · 3 comments
Open

"Still Unknown" when decompiling #73

cqjjjzr opened this issue May 25, 2022 · 3 comments

Comments

@cqjjjzr
Copy link

cqjjjzr commented May 25, 2022

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.

@crypto2011
Copy link
Owner

crypto2011 commented May 26, 2022 via email

@cqjjjzr
Copy link
Author

cqjjjzr commented May 26, 2022

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!).

@crypto2011
Copy link
Owner

crypto2011 commented May 26, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants