avast / retdec

RetDec is a retargetable machine-code decompiler based on LLVM.
https://retdec.com/
MIT License
7.98k stars 944 forks source link

Add support for PowerPC VLE instructions #555

Open gregjhogan opened 5 years ago

gregjhogan commented 5 years ago

Many PowerPC e200 series microcontrollers support variable-length instructions. Please add support!

silverbacknet commented 5 years ago

That will need to get into LLVM and Capstone first: https://github.com/aquynh/capstone/issues/560

XVilka commented 8 months ago

A new issue to track this is https://github.com/capstone-engine/capstone/issues/2241

Due to the auto-sync project it might be easier to do these days.