retdec icon indicating copy to clipboard operation
retdec copied to clipboard

[capstone2llvmir]: unhandled branch instruction format #2

Open stumpy1029 opened this issue 4 years ago • 2 comments

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.

stumpy1029 avatar Mar 10 '20 23:03 stumpy1029

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.

PeterMatula avatar Mar 17 '20 10:03 PeterMatula

I think I also face the same error message : unhandled branch instruction format #3. How can I avoid it?

afcsoft avatar Aug 22 '23 02:08 afcsoft