avast / retdec

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

Does retdec consider supporting other reverse engineering framework, such as radare2 #532

Closed wonderzdh closed 5 years ago

wonderzdh commented 5 years ago

Does retdec consider supporting other reverse engineering framework, such as radare2

PeterMatula commented 5 years ago

We are exploring a possibility to use RetDec from radare2 and/or Cutter. I also think a x64dbg plugin would be possible. Both would be similar to our IDA plugin.

However, I'm not sure if this is what you are asking. Can you clarify what you mean by supporting other reverse engineering framework?

If you have some specific tool in mind, and there isn't already an issue asking for the support, feel free to create such an issue. It doesn't mean we will jump right into working on it, but it doesn't hurt to have it noted somewhere.

wonderzdh commented 5 years ago

Yes, when I used retdec-idaplugin, I found it to be much better than the decompiler on radare2(r2dec), even though it runs very slowly. So I was thinking that it would be great to use retdec on radare2.