retdec
retdec copied to clipboard
[capstone2llvmir]: unhandled branch instruction format #2
Running retdec-decompiler.py returns "[capstone2llvmir]: unhandled branch instruction format #2 Error: Decompilation to LLVM IR failed" using powerpc. I cannot supply the exe file.
This is thrown only at one place in translation, so I might be able to look into it even without the input. If not, I will at least add better error message that would contain the instruction that causes problems - that way, you would not have to supply the whole input file, only the problematic instruction in question.
I think I also face the same error message : unhandled branch instruction format #3. How can I avoid it?